Skip to content

Commit 052e639

Browse files
committed
docs: home and README update
1 parent 681cf4d commit 052e639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Svelte 5 UI Lib
22

3-
UI library for Svelte 5
3+
Svelte 5 UI Lib is a UI library built from the ground up for Svelte 5's pure runes mode. It uses Svelte 5's runes system to create smooth, reactive UI components. Each component and utility is built from scratch to work naturally with Svelte 5's approach.
44

55
- [Docs](https://svelte-5-ui-lib.codewithshin.com/)
66

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<H1><a class="hover:underline dark:text-primary-500" href={githuburl}>{removeHyphensAndCapitalize(name)}: v{version}</a></H1>
2222

23-
<P>Svelte 5 UI Lib is a UI library for Svelte 5 Runes. Explore our collection featuring over 36 components.</P>
23+
<P>Svelte 5 UI Lib is a UI library built from the ground up for Svelte 5's pure runes mode. It uses Svelte 5's runes system to create smooth, reactive UI components. Each component and utility is built from scratch to work naturally with Svelte 5's approach.</P>
2424

2525
<H2>Installation</H2>
2626

0 commit comments

Comments
 (0)