Skip to content

concero/ui-kit

Repository files navigation

IT UI Library for Projects like Concero or Lanca

This UI library is designed for use in projects such as Concero or Lanca.

Installation

To install the library, run the following command:

npm i @concero/ui-kit

Project Setup

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).

Example:

import '@concero/ui-kit/styles/concero/index.css'
import '@concero/ui-kit/styles/lanca/index.css'

For further instructions, refer to the Developer Documentation.