@aaamb/ngx-design-system
v0.1.0
Published
Angular component library for AAAMB projects
Readme
ngx-aaamb-design-system
Angular component library for AAAMB projects.
Installation
npm install ngx-aaamb-design-systemPeer Dependencies
This library requires Angular 21+:
npm install @angular/common@^21.0.0 @angular/core@^21.0.0Usage
Import components directly into your standalone components or modules:
import { ButtonComponent } from 'ngx-aaamb-design-system';
@Component({
imports: [ButtonComponent],
...
})
export class MyComponent {}Available Components
- ButtonComponent - Configurable button with variant and size support
Development
Storybook
npm run storybookBuild the library
npm run buildRun tests
npm testLicense
BUSL-1.1 - See LICENSE for details.
