np-ui-lib
Native Angular UI Components and Design Framework
npm i np-ui-lib
List of components:
- Input Text
- Textarea
- Date Picker
- Time Picker
- Color Picker
- Switch
- Dropdown
- Auto Complete
- Tags
- Number Box
- File Upload
- Slider
- Checkbox
- Radio Button
- Rich Text
- Menubar
- Panel Menubar
- Breadcrumb
- Toolbar
- Data Grid
- Paginator
- Calendar
- Timeline
- Alert
- Notification
- Tooltip
- Popover
- Panel
- Accordion
- Tabs
- Steps
- Card
- Progress
- Loader
- BlockUi
- Carousel
- Modal
- Dialog
- Tree View
- List
- Virtual Scroll
- Sidepanel
- Masking
- Defer
- i18N
- Themes
- Grid Layout
- Button and Button Group
- Badges
- Form
Modules to be pre-installed
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
"@angular/cdk": "^12.0.0",
"@angular/forms": "^12.0.0",
"@angular/router": "^12.0.0",
"rxjs": "^6.6.0"
Import css to your application
@import "~@angular/cdk/overlay-prebuilt.css";
@import "np-ui-lib/styles/default-theme.scss";
License
This project is licensed under the MIT License.