Excelsior Angular is a design system based on Atomic Design principles. It provides a set of reusable UI components and styles for building Angular applications. This documentation will guide you through the installation process and provide information on
npm install @accentiostudios/excelsior-angularExcelsior Angular is a design system based on Atomic Design principles. It provides a set of reusable UI components and styles for building Angular applications. This documentation will guide you through the installation process and provide information on how to use Excelsior Angular in your projects.
To install Excelsior Angular, follow these steps:
1. Open your terminal or command prompt.
2. Navigate to your Angular project directory.
3. Run the following command to install Excelsior Angular as a dependency:
``bash``
npm install @accentiostudios/excelsior-angular
4. Once the installation is complete, you can import and use Excelsior Angular components in your Angular application.
To use Excelsior Angular components in your Angular application, follow the storybook documentation for each component. Excelsior Angular Storybook.
That's it! You have successfully installed and used Excelsior Angular in your Angular project.