Page 1 of 1

User guide for Prime themes

Posted: 08 Jun 2018, 06:31
by rooneysoccer
Hi i want to buy a prime ng theme. My application requires an top notification bar. I want to know if there is a user guide for prime ng to help me implement such controls?

Re: User guide for Prime themes

Posted: 11 Jun 2018, 08:33
by mert.sincan
PrimeNg documentations are under the demo pages; https://www.primefaces.org/primeng/#/dialog

Also, our serenity documentation; https://www.primefaces.org/serenity-ng/#/documentation
My application requires an top notification bar
- You can easily make changes in topbar.ts according to your needs. Exp; you can change badge number according to the return value of your custom service;

Code: Select all

            <a href="#">
                    <i class="topbar-icon material-icons">notifications</i>
                    <span class="topbar-badge animated rubberBand">{{my_badge_value}}</span>
                    <span class="topbar-item-name">Notifications</span>
                </a>
Best Regards,