Item | Note |
---|---|
Default Style | Default brand usage |
White Style | For monochromatic and inverted purposes |
Symbol Style | For App Stores, Social Pages and Favicons |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
Primary Colors | Should be used on regular actions |
Secondary Colors | Apply this to neutral elements like huge background areas and labels |
Tertiary Colors | Only used to attention aspects such as warning, danger, success messages or buttons |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
h1 | defines the most important heading |
h6 | defines the least important heading |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
paragraph | Regular size |
label | Must be block and bold |
Demo (Open in a new tab) | |
---|
The button component should be used as the call-to-action in a form, or as a user interaction mechanism. Generally speaking, a button should not be used when a link would do the trick.
Item | Note |
---|---|
content | (mandatory) the content of the button |
type | (optional) either |
class | (mandatory) to specify which modifier you need |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
fieldset | (mandatory) to limit the error / success messages area |
placeholder | (optional) |
Demo (Open in a new tab) | |
---|
Select represents a control that presents a menu of options. The options within the menu are represented by <option>
elements, which can be grouped by <optgroup>
elements. Options can be pre-selected for the user.
Item | Note |
---|---|
ID | (mandatory) |
name | (mandatory) |
.select--invisible | Gives you a select with no background color |
.select--full | Makes the select fully width |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
.checkbox | (mandatory) to make custom styles appearing |
onclick="" | (mandatory) required for older iOS and Opera Mini support. |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
.radio | (mandatory) to make custom styles appearing |
onclick="" | (mandatory) required for older iOS and Opera Mini support. |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
.tag | (mandatory) to set the styles properly |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
.badge | (Mandatory) main class that you should combine with one of the modifiers below. |
sizes |
|
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
.icon | (Mandatory) main class that you should combine with one of the sizes and / or colors below |
sizes |
|
colors | same as Buttons |
Demo (Open in a new tab) | |
---|
Item | Note |
---|---|
.ribbon | (mandatory) to set the styles properly |
Demo (Open in a new tab) | |
---|