This UI library is designed for use in projects such as Concero or Lanca.
To install the library, run the following command:
npm i @concero/ui-kit
The library uses DM Sans fonts,they are included in the final build.
Additionally, you need to import the appropriate style file depending on your project (Concero or Lanca).
import '@concero/ui-kit/styles/concero/index.css'
import '@concero/ui-kit/styles/lanca/index.css'
For further instructions, refer to the Developer Documentation.