Separator
A semantic divider between content.Examples
Installation
Install the package, then import only the components a route uses. Exports are tree-shakable.
Install
pnpm add fractalsvelteImport
<script lang="ts">
import { Separator } from 'fractalsvelte';
</script>Usage
Usage
<script lang="ts">
import { Separator } from 'fractalsvelte';
</script>
<Separator />Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | 'horizontal' | 'vertical' | 'horizontal' | Layout axis of the component. |
