@skedulo/breeze-ui
v1.31.2
Published
Breeze UI is a component library built for use within Skedulo web applications.
Maintainers
Keywords
Readme
Breeze UI
Breeze UI is a component library built for use within Skedulo web applications.
Installation
npm install @skedulo/breeze-uiTypography
Breeze UI has been designed around the Inter font family and we recommend using it for best results. We don't include it in the bundle so you'll need to install it in your project via your preferred method.
Inter is available via Google Fonts.
Usage
Simply import the library in the entry file of your application and use the components anywhere in HTML templates.
// main.ts
import '@skedulo/breeze-ui'<brz-button>Hello world</brz-button>