API
DSeparatorProps
interface DSeparatorProps extends React.HTMLAttributes<HTMLElement> {
dTextAlign?: 'left' | 'right' | 'center';
dVertical?: boolean;
}
| Property |
Description |
Default |
Version |
| dTextAlign |
Set text position |
'left' |
|
| dVertical |
Set vertical separator |
false |
|