svelte-ui Svelte Themes

Svelte Ui

A custom Svelte 5 components library with live preview.

@mkrbz/svelte-ui

A Svelte 5 component library with a built-in storybook-style preview app.

Live preview

Components

  • Heatmap

Usage

bun add @mkrbz/svelte-ui
<script>
    import { Heatmap } from '@mkrbz/svelte-ui';
</script>

<Heatmap data={[]} label="My activity" />

Development

bun install
bun run dev

Building the library

bun run build

Top categories

Loading Svelte Themes