@fuentis/phoenix-ui
v0.0.9-alpha.484
Published
A lightweight UI component library for fuentis Angular applications.
Downloads
2,005
Readme
Phoenix UI Library
A lightweight UI component library for fuentis Angular applications.
Installation
npm install @fuentis/phoenix-uiFeatures
- 🚀 Modern, responsive components
- ♿ Accessible components
Usage
Import the components you need:
import { SidebarLayoutComponent } from '@fuentis/phoenix-ui';
@Component({
standalone: true,
imports: [SidebarLayoutComponent]
})