UNPKG

kage-ui

Version:

A minimal, border-focused Angular UI component library.

48 lines (31 loc) 1.19 kB
[![npm version](https://img.shields.io/npm/v/kage-ui.svg)](https://www.npmjs.com/package/kage-ui) # Kage UI **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. ## 🚀 Features - ⚡ 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 --- ## 📦 Installation Install the library via npm: ```bash npm install kage-ui ``` ## 📚 Documentation Full documentation is available at [here](https://sanjib-kumar-mandal.github.io/kage-ui). There you'll find: - Component examples - Theming and customization guide - Design tokens and border-based system documentation ## 🛠️ Development To work on Kage UI locally: ```npm git clone https://github.com/sanjib-kumar-mandal/kage-ui.git cd kage-ui npm install npm run start ``` ## 📄 License MIT License