0.0.9-alpha.93 • Published 7 months ago

@fuentis/phoenix v0.0.9-alpha.93

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

Phoenix UI Library

A lightweight UI component library for fuentis Angular applications.

Installation

npm install @fuentis/phoenix-ui

Features

  • 🚀 Modern, responsive components
  • ♿ Accessible components

Usage

Import the components you need:

import { SidebarLayoutComponent } from '@fuentis/phoenix-ui';

@Component({
   standalone: true,
   imports: [SidebarLayoutComponent]
})