Separator
A hairline divider: solid, fade-to-ends, or lit with edge-light.
Draw
draw a card
$npx shadcn@latest add @clow/separatorFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<Separator />Examples
basic
Props
| prop | type | default |
|---|---|---|
| variant | default | fade | lit | default |
| orientation | horizontal | vertical | horizontal |

