Kage UI is a lightweight, flexible Angular component library inspired by border-first design systems. It offers a clean set of reusable UI components to help developers build scalable and consistent user interfaces effortlessly.
- ⚡ Fast and tree-shakable
- 🖼️ Border-focused design language
- 🎨 Customizable themes with light/dark support
- 🧱 Modular component imports
- 🧠 SSR-ready (Angular Universal support)
- 🛠️ Developer-friendly and easily extensible
Install the library via npm:
npm install kage-ui
Full documentation is available at here. There you'll find:
- Component examples
- Theming and customization guide
- Design tokens and border-based system documentation
To work on Kage UI locally:
git clone https://github.com/sanjib-kumar-mandal/kage-ui.git
cd kage-ui
npm install
npm run start
MIT License