Visually or semantically separates content.
Visually or semantically separates content.
| Prop | Type | Default | Description |
|---|---|---|---|
| orientation | 'horizontal' | 'vertical' | 'horizontal' | The orientation of the separator. |
| decorative | boolean | false | Whether the separator is decorative or not. |
<div className="max-w-96"> <div className="space-y-1"> <P size="md" weight="bold"> VerveUI </P> <P size="sm"> A UI component library. </P> </div> <Separator className="my-4" /> <Flex gap="10" align="center" className="h-5"> <P size="sm"> Blog </P> <Separator orientation="vertical" /> <P size="sm"> Docs </P> <Separator orientation="vertical" /> <P size="sm"> Source </P> </Flex></div>Here's the <Separator /> component in action.
VerveUI
A UI component library.
Blog
Docs
Source