1.0.18 • Published 2 years ago

mirra-ui v1.0.18

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

uhp-ui

UI Components for Angular

See uhp-ui homepage for live showcase and documentation.

uhp-ui is a collection of rich UI components for Angular.

  • 20+ Components: The most complete set of native widgets featuring 20+ easy to use components for all your UI requirements.

  • Productivity: Allocate your valuable time on business logic rather than dealing with the complex user interface requirements.

  • Themes: Don't get tied up in just one look&feel. Choose from a variety of options including material and flat design.

  • Templates: Professionally designed highly customizable native Angular CLI application templates to get started in no time.

  • Mobile: Enhanced mobile user experience with touch optimized responsive design elements.


Download

uhp-ui is available at NPM, if you have an existing application run the following command to download it to your project.

npm install uhp-ui --save

Angular CLI Integration

Add below libraries as a dependencies.

"dependencies": {
  //...
},

Configure required styles at the styles section, example below uses the Nova Light theme.

"styles": [
  "node_modules/@bluone/uhp-ui/assets/uhp-ui.min.css",
  //...
],

That is all, you may now import uhp-ui components.