0.1.3 • Published 4 months ago

siyuan-kit-svelte v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Siyuan kit svelte

Vercel

The svelte version development kit for siyuan plugin.

Install

pnpm install siyuan-kit-svelte

Usage

<script lang="ts">
import { Button } from 'siyuan-kit-svelte';

const value = 123;
</script>

<div><Button label={value}></Button></div>

Supported Components

  • Button
  • Switch
  • Input
  • Textarea
  • Slider
  • Select
  • Icon
  • Tree
  • Dock
  • Dialog

Check storybook site https://svelte-kit.siyuan-note.club for more information.

0.1.3

4 months ago

0.1.2

4 months ago

0.1.1

4 months ago

0.0.7

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.6

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago