Skip to content

Latest commit

 

History

History
77 lines (54 loc) · 1.11 KB

File metadata and controls

77 lines (54 loc) · 1.11 KB

NG Matrix

A modern, lightweight UI component library for Angular 19+.

Features

  • 🚀 Built for Angular 19+
  • 🎨 Themeable with light/dark mode support
  • 📱 Responsive components
  • ♿ Accessible and ARIA-compliant
  • ⚡ Lightweight and tree-shakable

Installation

npm install ngmatrix

Components

NG 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

Development

Local Development

  1. Clone the repository:

    git clone https://github.com/yourusername/ngmatrix.git
    cd ngmatrix
  2. Install dependencies:

    npm install
  3. Build the library:

    ng build ngmatrix
  4. Start the demo application:

    ng serve demo

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Documentation

For detailed documentation and examples, please visit our docs site.

License

MIT