UI Components

Element that represents a control that provides a menu of options, collection of UI components used.

Alerts

Alerts are used to communicate a state that affects a system, feature or page. They are used to provide feedback about an action that has taken place.

Buttons

Buttons allow users to take actions and make choices, with a single click.

Modal dialogs

Modal dialogs present popup information to inform users of important information and sometimes allow the user to take action.

Tooltips

Informative message that appears when a user interacts with an element.

Checkboxes

Checkboxes create an on/off boolean switch that can be built into array.

Inputs

Form input controls like <input> and <textarea>. These fields will allow users to submit short and long form text input.

Radios

Radios create an on/off boolean switch that can be built into array.

Selects

Selects create dropdowns for selecting a single entry from a list.

Switches

Switches render a single boolean toggle that has an off state and an on state.


Pagination

Pagination provides swift access to all pages, while indicating that more pages exist.