From 8d32464de72de6f54d2d17ae1ef25d8fb967381d Mon Sep 17 00:00:00 2001 From: Elijah Duffy Date: Tue, 1 Jul 2025 13:10:13 -0700 Subject: [PATCH] begin building demos --- src/routes/+layout.svelte | 2 +- src/routes/+page.svelte | 47 ++++++++++++++++++++++++++++++++++++--- 2 files changed, 45 insertions(+), 4 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index b93e9ba..ad9606a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -4,4 +4,4 @@ let { children } = $props(); -{@render children()} +
{@render children()}
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 9c42926..ec52a66 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -1,3 +1,44 @@ -

Welcome to your library project

-

Create your package using @sveltejs/package and preview/showcase your work with SvelteKit

-

Visit svelte.dev/docs/kit to read the documentation

+ + +

sui — Opinionated Svelte 5 UI toolkit

+ +

+ Welcome to the Svelte UI toolkit! This is a collection of components and utilities designed to + help you build Svelte applications quickly and efficiently. +

+ +

Component Library

+ +

Button

+
+ + +
+ +
+

Combobox

+ + console.log('Selected:', e.value)} + onvalidate={(e) => console.log('Validation:', e.detail)} + /> +
+ +