UI-svelte Svelte Themes

Ui Svelte

A library of reusable UI components built with Svelte JS

A few reusable components built in Svelte. To be instantiated using Svelte's client-side component API.

For example:

import App from './App.svelte';

const app = new App({
    target: document.body,
    props: {
        // assuming App.svelte contains something like
        // `export let answer`:
        answer: 42
    }
});

Top categories

Loading Svelte Themes