Divider
The LORD caused the sea to go back by a strong east wind all the night, and made the sea dry land, and the waters were divided.
Example
Basic
Show Code
vue
<script lang="ts" setup>
import { RDivider } from 'roughness'
</script>
<template>
<RDivider />
</template>
Vertical
Show Code
vue
<script lang="ts" setup>
import { RDivider, RText } from 'roughness'
</script>
<template>
<RText>Hello<RDivider vertical />World</RText>
</template>
Usage
Props
Name | Type | Default Value | Description |
---|---|---|---|
graphicsOptions | |||
vertical |
Styles
Name | Type | Default Value | Description |
---|---|---|---|
--r-divider-color | |||
--r-divider-gap-size |