Page 1 of 1

Free Prime Blocks - Getting started

Posted: 25 May 2022, 14:31
by mores
Is there an example or demo on how to get started using the Free Prime Blocks ?

Re: Free Prime Blocks - Getting started

Posted: 27 May 2022, 09:38
by mert.sincan
Hi,

Our documentation is https://www.primefaces.org/primeblocks- ... tion.xhtml
- Add primeflex.css and theme files in your project and then,

Code: Select all

<h:outputStylesheet name="primeflex/primeflex.css" />
<h:outputStylesheet name="primeflex/saga-blue.css" />
- You can copy and paste codes of free blocks on your page.

Best Regards,