I cannot make buttons look like they are on the demo page. Unfortunatelly, in documentation not even a word is said about exactly what stylesheets to include. And now whatever I do, buttons do not change their styles and look like standard jquery buttons. This is what I include to my page:
- jquery-ui.min.css
- jquery-ui.theme.min.css
- primeui-1.1-min.css
- themes/ui-lightness/theme.css <-- one of primeui themes
- jquery-2.3.1.min.js
- jquery-ui.min.js
- production/primeui-1.1-min.js
All files are loaded well, however, when I do something like
el.puibutton()
as a result I get a general jquery button.