React Molecule is a bridge between components
`MoleculeCheckboxField` is the combination of and `AtomCheckbox` and a `checkboxField`
`MoleculeDropdownOption` is a component that wraps a composition of checkbox + text.
`MoleculeSelect` is a customized `select` created from a combination of `AtomInput`, `MoleculeInputTags`, `MoleculeDropdownList` and `MoleculeDropdownOption`
`MoleculeDropdownList` is a composition of DropdownOptions
`MoleculeAutosuggest` is an input that will display a list of suggestions while values are entered It allows Single and Multiple Selection
> Notifications offer users information on the system. The content may confirm that an action has been performed correctly, warn the user of an error or simply give information on certain circumstances.
> Description
`MoleculeField` is a component that wraps a composition of Label + some input (input, textarea, ...) + Validation Messages.
`MoleculePagination` is a component that displays a range of pages with the current page highlighted and the proper buttons to navigate across the available pages in the entire range of total pages
> The accordion is the component that contains collapsible components that allows the user to expand or collapse the content. We use this component to reduce the content of a page or section.
`MoleculeInputTags` is an `AtomInput` with the behavior of adding/removing `AtomTag` as a list
> Basic component for tabs allowing versions with or without icons and classic or highlighted variants
SUI Breadcrumb Basic
`MoleculeRating` will display a rating showing how good or popular someone o something is.
The Avatar component is the representation of a user.
`MoleculeSelectField` is a component that wraps a composition of Label + some input (input, textarea, ...) + Validation Messages for a [`MoleculeSelect`](https://sui-components.now.sh/workbench/molecule/select/demo) component
`MoleculeButtonGroup` is a component that wraps a group of buttons, related in content.
`MoleculeCoachmark` is a wrapper of the [react-joyride](https://react-joyride.com/) library in order to create smooth guided tours in the apps to explain new features to the users.
A component that shows a popover to select data.
Minimalistic and smooth touch carousel component for React ⚛️
`MoleculeBadgeCounter` is a component used for warning the user about new content or updates
`MoleculeInputField` is a component that wraps a composition of Label + Textarea + Validation Messages.
`MoleculeTextareaField` is a component that wraps a composition of Label + Textarea + Validation Messages.