webflow svelte components logoWFS

Divider

An element for visual content separation.

Usage

<script lang="ts">
  import { Divider } from '$lib/components/divider';
</script>
<Divider />

Properties

PropTypeDefault
orientation
string
horizontal
elevation
string
1

Examples

Orientation

Use the orientation property to change the orientation of the divider.

Elevation

Use the elevation property to change the elevation of the divider.

On this page