0.0.1 • Published 2 years ago
caravan-ui v0.0.1
Caravan UI 0.0.1
This library was generated with Angular CLI version 15.2.0.
Install Caravan UI
npm install @caravan/ui-kit
Install peer dependencies
Caravan UI uses the open source Feather icons. Please install angular-feather
if any icon is needed in your project. Feel free to browse the FeatherIcons and check its repo for the usage.
npm install angular-feather
Add theme and Caravan UI global styles to your angular.json
{
"projects": {
"your-app": {
"architect": {
"build": {
"options": {
"styles": [
"node_modules/@caravan/ui-kit/styles/styles.css",
"src/styles.css"
]
}
}
}
}
}
}
0.0.1
2 years ago