Skip to content

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>
CowherdWeaver Girl

Usage

Props

NameTypeDefault ValueDescription
graphicsOptions
vertical

Styles

NameTypeDefault ValueDescription
--r-divider-color
--r-divider-gap-size

Released under the ISC License.