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
The library uses DM Sans fonts, but they are NOT included in the final build. You need to import them manually into your project.
import './assets_of_your_project/fonts/DM_Sans/typography-woff.css'
Additionally, you need to import the appropriate style file depending on your project (Concero or Lanca).
import 'concero-ui/styles/concero/index.css'
import 'concero-ui/styles/lanca/index.css'
For further instructions, refer to the Developer Documentation.