๐๏ธ Badge
Status descriptors used to emphasize an item's state.
๐๏ธ Button
Buttons indicate actions that users can take, such as adding an item to the cart, submitting a form, and proceeding with an operation.
๐๏ธ Checkbox
Checkboxes allow users to toggle an option on or off.
๐๏ธ Icon
Import
๐๏ธ Incentive
The Incentive component is a badge or seal used to build trust among your potential customers.
๐๏ธ Input
Input are text fields used to get user inputs.
๐๏ธ Label
Labels describe the meaning of input fields.
๐๏ธ Link
The Link component behaves as a regular anchor tag (``), but can be used as any HTML tag.
๐๏ธ List
Lists group related content. They can be ordered or unordered.
๐๏ธ Overlay
Overlays provide contextual information on top of the current layer of the interface. They can be interruptive like modals or augmenting like popovers and tooltips.
๐๏ธ Popover
Popovers are used along with a clickable trigger element to display contextual information on top of that component.
๐๏ธ Price
Prices are used to display the price of a given product, discount and total values.
๐๏ธ Radio
Radios allow users to select one option from a set.
๐๏ธ Select
Select components allow users to pick an option from a predefined list. The Select component should be used when there are more than 5 options available. Otherwise, consider using the Radio Group component.
๐๏ธ Skeleton
Skeletons are placeholders that indicate your content data is loading. Skeletons improve the perceived responsiveness of the page and are useful to reduce load-time frustration.
๐๏ธ Slider
Sliders allow users to select a single value from a range.
๐๏ธ Spinner
Spinners provide a visual cue that an action is being processed.
๐๏ธ TextArea
TextArea components allow users to enter and edit text in a given field.