Element that represents a control that provides a menu of options, collection of UI components used.
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 allow users to take actions and make choices, with a single click.
Modal dialogs present popup information to inform users of important information and sometimes allow the user to take action.
Informative message that appears when a user interacts with an element.
Checkboxes create an on/off boolean switch that can be built into array.
Form input controls like <input> and <textarea>. These fields will allow users to submit short and long form text input.
Radios create an on/off boolean switch that can be built into array.
Selects create dropdowns for selecting a single entry from a list.
Switches render a single boolean toggle that has an off state and an on state.