1

I would like to use grid from Bootstrap: http://getbootstrap.com/ and also have elements from prime-ng (http://www.primefaces.org/primeng/#/). Is it possible to mix it ? I am novice in front end stuff. Thanks for answers.

M.Tanzil
  • 1,987
  • 1
  • 12
  • 28
user3528733
  • 1,259
  • 7
  • 20
  • 37

1 Answers1

2

I've tried it - it is possible to combine them. In particular, it is possible to use the Bootstrap grid system with GUI elements from PrimeNG.

Note however that PrimeNG also comes with a responsive grid system (http://www.primefaces.org/primeng/#/responsive), though the Bootstrap principles seem more powerful and are certainly more widely in use (hardly surprising, given that PrimeNG is quite new). Nonetheless - if the PrimeNG possibilities are enough for your needs, you may want to check if you really need both in your project.

Lying Dog
  • 1,484
  • 2
  • 12
  • 19