@skui/separator
v0.2.2
Published
Svelte KaiOS UI - Separator
Downloads
4
Readme
@skui/separator
Easily create categories inside a list
Index
Basic usage
This is a basic example how this component is used
<script lang="ts">
import { Separator } from "@skui/separator";
</script>
<Separator title="Subtitle" />
Props
| Name | Type | Description | | ----- | ------ | ---------------------------------------- | | title | string | The title displayed inside the separator |
License
MIT License
Copyright (c) 2021 Wouter van der Wal