Above
Below
React
Usage
import { Divider } from '@zalify-ui/react'
<Divider />
Props
| Prop | Default | Type |
|---|---|---|
orientation | 'horizontal' | 'vertical'The orientation of the divider. | |
thickness | ConditionalValue<Token<'sizes'> | CSSProperties['borderWidth']>The thickness of the divider. | |
color | ConditionalValue<Token<'colors'> | CSSProperties['borderColor']>The color of the divider. |