Components
Chat
Chat InputColors
Color AreaColor FieldColor PickerColor SliderColor SwatchColor Swatch PickerColor ThumbColor WheelDrag and drop
Drop ZoneForms
CheckboxCheckbox GroupFieldFormInput OTPInput PhoneNumber FieldRadio GroupSearch FieldSelection BoxTag FieldText FieldTextareaTypography
TypographyUtilities
Visually HiddenSurfaces
Separator
A minimalist divider used to create visual distinction between content sections, improving readability and organization.
Basic
Sometimes you need a separator to separate content. This component is a simple wrapper around the Separator
component from react-aria-components
. It's a breeze to use.
Preview
Code
Installation
If you hit any issues, make sure you check out the installation guide here for more information.
Manual Installation
Make sure you also install the composed components and the required packages for the component to function properly.
Anatomy
Orientation
Separator has two orientations: horizontal
and vertical
. The default is horizontal
.
Preview
Code