Atomic design in React (molecules)
Easings Js Library
`MoleculeCheckboxField` is the combination of and `AtomCheckbox` and a `checkboxField`
`MoleculeDropdownOption` is a component that wraps a composition of checkbox + text.
Write files in an atomic fashion w/configurable ownership
`MoleculeDropdownList` is a composition of DropdownOptions
A tiny, fast, dependency-free 1.18kb library for creating jotai atoms in a way that lets you lift state up, or push state down.
`MoleculeSelect` is a customized `select` created from a combination of `AtomInput`, `MoleculeInputTags`, `MoleculeDropdownList` and `MoleculeDropdownOption`
Keyframes CSS Centralized
`MoleculeInputTags` is an `AtomInput` with the behavior of adding/removing `AtomTag` as a list
`MoleculeAutosuggest` is an input that will display a list of suggestions while values are entered It allows Single and Multiple Selection
`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
> Description
Auto load css for improve web performance by code splitting.
> 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.
`MoleculeField` is a component that wraps a composition of Label + some input (input, textarea, ...) + Validation Messages.
`MoleculeButtonGroup` is a component that wraps a group of buttons, related in content.
Read and write files atomically and reliably.
> 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.
> Basic component for tabs allowing versions with or without icons and classic or highlighted variants
`MoleculeInputField` is a component that wraps a composition of Label + Textarea + Validation Messages.
`MoleculeBadgeCounter` is a component used for warning the user about new content or updates
`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
`MoleculeTextareaField` is a component that wraps a composition of Label + Textarea + Validation Messages.