A lightweight UI component library for fuentis Angular applications.
npm install @fuentis/phoenix-ui
- 🚀 Modern, responsive components
- ♿ Accessible components
Import the components you need:
import { SidebarLayoutComponent } from '@fuentis/phoenix-ui';
@Component({
standalone: true,
imports: [SidebarLayoutComponent]
})