0.0.6 • Published 1 year ago

luxui v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

FREE Angular UI component library.

image image

📦 Installation

LuxUI is constantly in development! Try it out now:

NPM

npm install luxui

or

Yarn

yarn add luxui

Bower

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/cli users 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.

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.1

1 year ago