0.1.6 • Published 7 years ago
ng-uikit v0.1.6
Getting Started
ng-uikit contains Bootstrap components powered by Angular 7. So you don't need to include original JS components, but we are using markup and css provided by Bootstrap.
Installation instructions
Method 1
Install ng-uikit from npm:
npm install ng-uikit --saveDependencies
npm install --save bootstrap@^4.1.3
npm install --save @fortawesome/fontawesome-free@^5.5.0Import in Module
import {AccordionModule} from 'ng-uikit';
Html in Component
Modules
| Name | Description |
|---|---|
| AccordionModule | -- |
| CardModule | -- |
| CarouselModule | -- |
| ChartModule | -- |
| DatatableModule | -- |
| DatepickerModule | -- |
| DropdownModule | -- |
| ModalModule | -- |
| TabModule | -- |
| TooltipModule | -- |