Jeket / np-ui-package

Native Angular UI Components and Design Framework

Home Page:https://stackblitz.com/edit/np-ui-lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

np-ui-lib

Native Angular UI Components and Design Framework

Typescript Build License Contribution

npm i np-ui-lib

List of components:

  1. Input Text
  2. Textarea
  3. Date Picker
  4. Time Picker
  5. Color Picker
  6. Switch
  7. Dropdown
  8. Auto Complete
  9. Tags
  10. Number Box
  11. File Upload
  12. Slider
  13. Checkbox
  14. Radio Button
  15. Rich Text
  16. Menubar
  17. Breadcrumb
  18. Toolbar
  19. Data Grid
  20. Paginator
  21. Calendar
  22. Alert
  23. Notification
  24. Tooltip
  25. Popover
  26. Panel
  27. Accordion
  28. Tabs
  29. Steps
  30. Card
  31. Progress
  32. Loader
  33. BlockUi
  34. Carousel
  35. Modal
  36. Dialog
  37. Tree View
  38. List
  39. Virtual Scroll
  40. Sidepanel
  41. Masking
  42. i18N
  43. Themes
  44. Grid Layout
  45. Button and Button Group
  46. Badges
  47. Form

Import css to your application:

@import "~@angular/cdk/overlay-prebuilt.css";
@import "np-ui-lib/styles/default-theme.scss";

How to Run this project?

Run below commands in sequence
$ ng build np-ui-lib --watch
$ npm run copy-assets
$ ng serve

License

This project is licensed under the MIT License.

Contributors

About

Native Angular UI Components and Design Framework

https://stackblitz.com/edit/np-ui-lib

License:MIT License


Languages

Language:HTML 49.3%Language:TypeScript 43.4%Language:SCSS 7.0%Language:JavaScript 0.3%