0.0.6 • Published 3 years ago
luxui v0.0.6
FREE Angular UI component library.
📦 Installation
LuxUI is constantly in development! Try it out now:
NPM
npm install luxuior
Yarn
yarn add luxuiBower
bower install luxui🔨 Usage
Import the component modules you want to use into your app.module.ts file and feature modules.
import { LxCarouselModule } from 'ng-zorro-antd/carousel';
@NgModule({
imports: [ LxCarouselModule ]
})
export class AppModule {
}
@angular/cliusers won't have to worry about the things below but it's good to know.
🤝 Contributing
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.