Omega dashboard widgets

UI Components for JSF
Post Reply
p4w3l
Posts: 1
Joined: 19 Apr 2015, 08:33

26 Nov 2016, 10:49

I think to buy Omega Layout to use additional widgets from dashboard demo: http://www.primefaces.org/omega/. Looking in the code there are "card" "highlight-box" "task-list" and some others. Are they additional JSF widgets or simple HTML/CSS objects ?

If for example I would like to render the following html then I use simple the code below or there are JSF widgets in additional to Omega free theme ?

Code: Select all

            <div class="ui-g-12 ui-md-6 ui-lg-3">
                <div class="highlight-box">
                    <div class="initials" style="background-color:#f9c851;color:#b58c2b">CI</div>
                    <div class="card">
                        <span class="fa fa-check"></span>
                        <span>Closed Issues</span>
                        <span class="count">60</span>
                    </div>
                </div>
            </div>

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 54 guests