A singleton pattern built on moleculejs
Just create a single stylesheet...
`MoleculeCheckboxField` is the combination of and `AtomCheckbox` and a `checkboxField`
`MoleculeDropdownOption` is a component that wraps a composition of checkbox + text.
`MoleculeDropdownList` is a composition of DropdownOptions
`MoleculeSelect` is a customized `select` created from a combination of `AtomInput`, `MoleculeInputTags`, `MoleculeDropdownList` and `MoleculeDropdownOption`
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.
Share custom hook state across all components
Make your own molecule binding in JavaScript(TypeScript)
> Description
`MoleculeAutosuggest` is an input that will display a list of suggestions while values are entered It allows Single and Multiple Selection
`MoleculeInputTags` is an `AtomInput` with the behavior of adding/removing `AtomTag` as a list
Utility types and singletons used by the Prisma Client.
`MoleculeField` is a component that wraps a composition of Label + some input (input, textarea, ...) + Validation Messages.
> 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.
> 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.
`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
> Basic component for tabs allowing versions with or without icons and classic or highlighted variants
A component that shows a popover to select data.
SUI Breadcrumb Basic
`MoleculeBadgeCounter` is a component used for warning the user about new content or updates
`MoleculeTextareaField` is a component that wraps a composition of Label + Textarea + Validation Messages.
`MoleculeButtonGroup` is a component that wraps a group of buttons, related in content.
`MoleculeInputField` is a component that wraps a composition of Label + Textarea + Validation Messages.