This library consist of daisyui tailwind components that can be reused in any Angular v18+ project.
npm install @platfrmr/ui-componentsThis library consist of daisyui tailwind components that can be reused in any Angular v18+ project.
- card
- carousel
- chatbubble
- checkbox
- countdown
- EmptyState
- features
- fileinput
- footer
- hero
- indicator
- inputgroup
- loading
- logocloud
- modal
- navbar
- stats
- Testimonials
Run npm i --save @platfrmr/ui-components@latest to install the latest package.
Add @import "../node_modules/@platfrmr/ui-components/assets/styles.css"; inside the global styles.css file
Add import to any module or component import { HeroModule} from '@platfrmr/ui-components';,
Add
Run ng serve