📄️ ButtonButtons indicate actions that users can take, such as adding an item to the cart, submitting a form, and proceeding with an operation.
📄️ IncentiveThe Incentive component is a badge or seal used to build trust among your potential customers.
📄️ OverlayOverlays provide contextual information on top of the current layer of the interface. They can be interruptive like modals or augmenting like popovers and tooltips.
📄️ PopoverPopovers are used along with a clickable trigger element to display contextual information on top of that component.
📄️ SelectSelect 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.
📄️ SkeletonSkeletons 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.