Divider
Examples
divider
divider horizontal
content
OR
content
<div class="flex flex-row w-full">
<div
class="grid flex-grow h-32 card dv-bgbase300 rounded-xl place-items-center"
>
content
</div>
<dv-divider horizontal>OR</dv-divider>
<div
class="grid flex-grow h-32 card dv-bgbase300 rounded-xl place-items-center"
>
content
</div>
</div>
vue
divider with no text
divider with no text
Divider
Attributes
name | description | type | default |
---|---|---|---|
horizontal | Divide elements next to each other | boolean | false |