sourabh8003 / ultimate-primeNg

A customized version of PrimeNG tailored for TaskTrain, our process automation product. Enhancing PrimeNG to seamlessly integrate with TaskTrain's unique requirements, delivering a specialized user experience for efficient process automation

Home Page:https://www.tasktrain.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ultimate-primeNG

UI Components for Angular 2-7

This version of primeNgcontains some modified version of components and features.

Eg:

  1. customized autocomple with chips component with abitlity
  • to display tooltips
  • to add new values
  • to add values on tab click
  1. customized chips component with abitlity
  • to display tooltips
  • to add chips on tab click

You can directly use ultimate-primeNg in your angular projects without performing buil operation

** just add this (https://github.com/sourabh8003/ultimate-primeNg-compiled) link in your package.json file

npm install primeng --save
npm install primeicons --save

See Origin Version PrimeNG homepage for live showcase and documentation.

Add PrimeNG and PrimeIcons as a dependencies. alt text

"dependencies": {
  //...
  "primeng": "^7.0.0",
  "primeicons": "^1.0.0"
},

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

"styles": [
  "node_modules/primeng/resources/themes/nova-light/theme.css",
  "node_modules/primeng/resources/primeng.min.css",
  "node_modules/primeicons/primeicons.css",
  //...
],

That is all, you may now import PrimeNG components, for a working example visit the PrimeNG CLI QuickStart sample at GitHub.

About

A customized version of PrimeNG tailored for TaskTrain, our process automation product. Enhancing PrimeNG to seamlessly integrate with TaskTrain's unique requirements, delivering a specialized user experience for efficient process automation

https://www.tasktrain.app/

License:MIT License


Languages

Language:HTML 39.5%Language:TypeScript 38.7%Language:CSS 21.2%Language:JavaScript 0.5%Language:PHP 0.0%