@devkitify/angular-ui-kit
v2.0.5
Published
An Angular UI Kit library with reusable components and directives built on Angular Material.
Maintainers
Readme
Angular UI Kit
Welcome to the Angular UI Kit! This project provides reusable Angular components to accelerate your development workflow.
Version Compatibility
| Angular Version | Package Version | | --------------- | ---------------- | | Angular 19 | v1.0.x | | Angular 21 | v2.0.x and above |
Features
- Prebuilt UI components (Table, Breadcrumbs, Buttons, etc.)
- Angular Material integration
- Customizable themes
- Easy to use and extend
Getting Started
To use this library in your Angular project, install it via npm:
npm install @devkitify/angular-ui-kitThen, import the desired modules into your application:
import { TableComponent, TableModel } from '@devkitify/angular-ui-kit';Folder Structure
- Components
- Services
- Shared
- Model
- Pipes
- Utils
Resources
Feel free to contribute or open issues to help improve this library!
