A modern, lightweight UI component library for Angular 19+.
- 🚀 Built for Angular 19+
- 🎨 Themeable with light/dark mode support
- 📱 Responsive components
- ♿ Accessible and ARIA-compliant
- ⚡ Lightweight and tree-shakable
npm install ngmatrixNG Matrix includes a variety of UI components:
- Buttons
- Cards
- Input fields
- Checkboxes
- Radio buttons
- Select dropdowns
- Tables
- Tabs
- Toasts/Notifications
- Modals
- Progress indicators
- Badges
- Avatars
- Tooltips
- Spinners
-
Clone the repository:
git clone https://github.com/yourusername/ngmatrix.git cd ngmatrix -
Install dependencies:
npm install
-
Build the library:
ng build ngmatrix
-
Start the demo application:
ng serve demo
Contributions are welcome! Please feel free to submit a Pull Request.
For detailed documentation and examples, please visit our docs site.
MIT