Before you begin, make sure you have the following prerequisites installed on your system:
If you haven't already, create a new project where you want to use AgnosUI.
AgnosUI provides two flavours of the components for you to choose from:
To install the headless part, open your project's terminal and run the following command:
To install the bootstrap part, open your project's terminal and run the following command:
npm normally automatically installs peer dependencies. In case it is configured not to install them with the legacy-peer-deps=true option, the best is to remove this option, or you can also install peer dependencies manually: