Locale

Change the locale of the datepicker, schedule and client side validation messages.

Language
English
French
German
Italian
Korean
Spanish
Catalan
Dutch
Portuguese
Portuguese
Arabic
Czech
Greek
Persian
Hindi
Indonesian
Croatian
Japanese
Hungarian
Hebrew
Georgian
Lithuanian
Latvian
Norwegian
Polish
Romanian
Russian
Slovak
Slovenian
Serbian
Swedish
Turkish
Ukrainian
Vietnamese
Chinese
Chinese

Input Style

Free Themes

Built-in component themes created by the PrimeFaces Theme Designer.

PrimeOne Design

Saga Saga
Vela Vela
Arya Arya

Premium Themes

Premium themes are only available exclusively for PrimeFaces Theme Designer subscribers and therefore not included in PrimeFaces core.

Bootstrap light blue and dark blue themes are also included in PrimeFaces 10.x builds for Elite subscribers.

bootstrap4-blue-light Bootstrap Blue
bootstrap4-purple-light Bootstrap Purple
bootstrap4-blue-dark Bootstrap Blue
bootstrap4-purple-dark Bootstrap Purple

Legacy Free Themes

Luna Amber Luna Amber
Luna Blue Luna Blue
Luna Green Luna Green
Luna Pink Luna Pink
Nova Nova
Nova Nova Alt
Nova Nova Accent

PREMIUM TEMPLATES

Create awesome applications in no time using the premium templates and impress your users.

Button

Button is a navigation component based on GET requests targeting bookmarkable URLs.

Basic
Icons
Severities
Raised Buttons
Rounded Buttons
Flat Buttons
Raised Text Buttons
Outlined Buttons
Rounded Icon Buttons
Rounded Text Icon Buttons
Rounded and Outlined Icon Buttons

<style>
    button.ui-button {
        margin-right: .5rem;
    }
</style>

<div class="card">
    <h5>Basic</h5>
    <p:button value="Submit" />
    <p:button value="Disabled" disabled="true" />

    <h5>Icons</h5>
    <p:button icon="pi pi-check" title="Save" />
    <p:button value="Submit" icon="pi pi-check" />
    <p:button value="Submit" icon="pi pi-check" iconPos="right" />

    <h5>Severities</h5>
    <p:button value="Primary" />
    <p:button value="Secondary" styleClass="ui-button-secondary" />
    <p:button value="Success" styleClass="ui-button-success" />
    <p:button value="Info" styleClass="ui-button-info" />
    <p:button value="Warning" styleClass="ui-button-warning" />
    <p:button value="Help" styleClass="ui-button-help" />
    <p:button value="Danger" styleClass="ui-button-danger" />

    <h5>Raised Buttons</h5>
    <p:button value="Primary" styleClass="ui-button-raised" />
    <p:button value="Secondary" styleClass="ui-button-raised ui-button-secondary" />
    <p:button value="Success" styleClass="ui-button-raised ui-button-success" />
    <p:button value="Info" styleClass="ui-button-raised ui-button-info" />
    <p:button value="Warning" styleClass="ui-button-raised ui-button-warning" />
    <p:button value="Help" styleClass="ui-button-raised ui-button-help" />
    <p:button value="Danger" styleClass="ui-button-raised ui-button-danger" />

    <h5>Rounded Buttons</h5>
    <p:button value="Primary" styleClass="rounded-button" />
    <p:button value="Secondary" styleClass="rounded-button ui-button-secondary" />
    <p:button value="Success" styleClass="rounded-button ui-button-success" />
    <p:button value="Info" styleClass="rounded-button ui-button-info" />
    <p:button value="Warning" styleClass="rounded-button ui-button-warning" />
    <p:button value="Help" styleClass="rounded-button ui-button-help" />
    <p:button value="Danger" styleClass="rounded-button ui-button-danger" />

    <h5>Flat Buttons</h5>
    <p:button value="Primary" styleClass="ui-button-flat" />
    <p:button value="Secondary" styleClass="ui-button-secondary ui-button-flat" />
    <p:button value="Success" styleClass="ui-button-success ui-button-flat" />
    <p:button value="Info" styleClass="ui-button-info ui-button-flat" />
    <p:button value="Warning" styleClass="ui-button-warning ui-button-flat" />
    <p:button value="Help" styleClass="ui-button-help ui-button-flat" />
    <p:button value="Danger" styleClass="ui-button-danger ui-button-flat" />
    <p:button value="Plain" styleClass="ui-button-flat ui-button-plain" />

    <h5>Raised Text Buttons</h5>
    <p:button value="Primary" styleClass="ui-button-raised ui-button-flat" />
    <p:button value="Secondary" styleClass="ui-button-raised ui-button-secondary ui-button-flat" />
    <p:button value="Success" styleClass="ui-button-raised ui-button-success ui-button-flat" />
    <p:button value="Info" styleClass="ui-button-raised ui-button-info ui-button-flat" />
    <p:button value="Warning" styleClass="ui-button-raised ui-button-warning ui-button-flat" />
    <p:button value="Help" styleClass="ui-button-raised ui-button-help ui-button-flat" />
    <p:button value="Danger" styleClass="ui-button-raised ui-button-danger ui-button-flat" />
    <p:button value="Plain" styleClass="ui-button-raised ui-button-flat ui-button-plain" />

    <h5>Outlined Buttons</h5>
    <p:button value="Primary" styleClass="ui-button-outlined" />
    <p:button value="Secondary" styleClass="ui-button-outlined ui-button-secondary" />
    <p:button value="Success" styleClass="ui-button-outlined ui-button-success" />
    <p:button value="Info" styleClass="ui-button-outlined ui-button-info" />
    <p:button value="Warning" styleClass="ui-button-outlined ui-button-warning" />
    <p:button value="Help" styleClass="ui-button-outlined ui-button-help" />
    <p:button value="Danger" styleClass="ui-button-outlined ui-button-danger" />

    <h5>Rounded Icon Buttons</h5>
    <p:button icon="pi pi-bookmark" styleClass="rounded-button ui-button-secondary" />
    <p:button icon="pi pi-search" styleClass="rounded-button ui-button-success" />
    <p:button icon="pi pi-user" styleClass="rounded-button ui-button-info" />
    <p:button icon="pi pi-bell" styleClass="rounded-button ui-button-warning" />
    <p:button icon="pi pi-heart" styleClass="rounded-button ui-button-help" />
    <p:button icon="pi pi-times" styleClass="rounded-button ui-button-danger" />
    <p:button icon="pi pi-check" styleClass="rounded-button" />

    <h5>Rounded Text Icon Buttons</h5>
    <p:button icon="pi pi-check" styleClass="rounded-button ui-button-flat" />
    <p:button icon="pi pi-bookmark" styleClass="rounded-button ui-button-secondary ui-button-flat" />
    <p:button icon="pi pi-search" styleClass="rounded-button ui-button-success ui-button-flat" />
    <p:button icon="pi pi-user" styleClass="rounded-button ui-button-info ui-button-flat" />
    <p:button icon="pi pi-bell" styleClass="rounded-button ui-button-warning ui-button-flat" />
    <p:button icon="pi pi-heart" styleClass="rounded-button ui-button-help ui-button-flat" />
    <p:button icon="pi pi-times" styleClass="rounded-button ui-button-danger ui-button-flat" />
    <p:button icon="pi pi-filter" styleClass="rounded-button ui-button-flat ui-button-plain" />

    <h5>Rounded and Outlined Icon Buttons</h5>
    <p:button icon="pi pi-check" styleClass="rounded-button ui-button-outlined" />
    <p:button icon="pi pi-bookmark" styleClass="rounded-button ui-button-secondary ui-button-outlined" />
    <p:button icon="pi pi-search" styleClass="rounded-button ui-button-success ui-button-outlined" />
    <p:button icon="pi pi-user" styleClass="rounded-button ui-button-info ui-button-outlined" />
    <p:button icon="pi pi-bell" styleClass="rounded-button ui-button-warning ui-button-outlined" />
    <p:button icon="pi pi-heart" styleClass="rounded-button ui-button-help ui-button-outlined" />
    <p:button icon="pi pi-times" styleClass="rounded-button ui-button-danger ui-button-outlined" />
</div>