NGX Feather Light UI is a lightweight and simple yet powerful UI library for Angular applications. Designed with simplicity in mind, this library provides a minimal and efficient solution for projects that require basic UI controls without the overhead of larger frameworks like Angular Material or ngx-bootstrap.
A lightweight, simple UI library for Angular, designed for fast prototyping and basic components without the bloat of larger frameworks.
- Easy setup and integration with Angular projects.
- Lightweight components focused on simplicity and performance.
- No reliance on heavy dependencies like Angular Material or ngx-bootstrap.
- Ideal for small projects and quick prototyping.
- Responsive and accessible components for a seamless user experience.
View Demo Components & Documentation
Install NGX Feather Light UI using npm. view package on npmjs
npm i ngx-feather-light-ui
Import the library into your Angular project:
import { FluiButtonModule } from 'ngx-feather-light-ui';
@NgModule({
imports: [
FluiButtonModule,
],
})
export class AppModule {}
<flui-button variant="primary" (isClicked)="isBtnClicked($event)" text="Button"></flui-button>
The library contains the following components that can be used standalone or with template-driven and reactive forms.
<flui-textarea></flui-textarea>
<flui-checkbox></flui-checkbox>
<flui-selectbox></flui-selectbox>
(1.0.1)
- Initial Release
Aamer Shahzad [email protected]
Copyright (C) 2024 NGX Feather Light UI
Licensed under MIT license.