Getting Started with xUI
Introduction
Welcome to xUI! This UI library is designed to simplify and enhance the development of user interfaces in Angular applications. Whether you are a seasoned Angular developer or just getting started, this guide will help you quickly integrate and leverage the powerful features of our UI library.
Installation
To get started with xUI, you need to install it in your Angular project. Use the following command: yarnyarn add @xui/core
or npmnpm install @xui/core
Next install default theme by using the following command: yarnyarn add @xui/theme-default
or npmnpm install @xui/theme-default
This will install the core module of the library along with any necessary dependencies.