Open Source v1.5.1 Svelte 5

Build stunning UIs in record time

42+ beautifully crafted, accessible components built on bits-ui and styled with Tailwind CSS 4. Fully typed, dark mode ready, and designed for Svelte 5.

U1
U2
U3
U4
U5
U6
U7
Loved by 500+ developers
M

Maya just deployed v2.4

2 minutes ago

New
S

Sarah Chen

Lead Developer

Sprint progress 78%
T
T
T
12 tasks 3 reviews
0+

Components

0%

TypeScript

0

Color Scales

MIT

MIT License

Built on bits-ui for accessibility. Requires Svelte 5 and Tailwind CSS 4 as peer dependencies.

Features

Everything you need, nothing you don't

A thoughtfully designed component library that gives you the building blocks for any application.

Svelte 5 Runes

Built from the ground up with Svelte 5 runes, snippets, and the latest reactivity model for blazing fast UIs.

OKLCH Colors

8 semantic color scales using the perceptually uniform OKLCH color space. Every shade looks great.

Fully Accessible

Built on bits-ui with WAI-ARIA patterns. Keyboard navigation, screen readers, and focus management included.

Tailwind CSS 4

Styled with Tailwind CSS 4 utilities. Customize every component through the ui prop or global config.

42+ Components

From buttons to calendars, modals to data tables. Everything you need to build production applications.

Fully Typed

100% TypeScript with exported types for every component. Autocomplete and type safety out of the box.

Components

42+ components ready to use

Interactive demos of real sv5ui components. Try them out right here.

Actions & Status

Buttons

Icon Buttons

Badges

Primary Success Warning Error Info
Form Controls

Slider: 50

Users & Data

Avatars

A
B
C
D
E

Users

S

Sarah Chen

Lead Developer

A

Alex Rivera

UI Designer

Loading State

Feedback

Progress

85%
60%
30%
Navigation

Breadcrumb

Tabs

Timeline

Install
npm install sv5ui
Configure
Add theme CSS
Build
Start coding!

Pagination

Overlays & More

Accordion

Menus & Fields

No results

Try adjusting your search

Color System

8 semantic colors, infinite possibilities

A complete OKLCH color system that adapts beautifully to light and dark modes.

Primary

Main actions & branding

Badge

Secondary

Supporting elements

Badge

Tertiary

Accents & highlights

Badge

Success

Positive feedback

Badge

Warning

Caution signals

Badge

Error

Error & destructive

Badge

Info

Informational hints

Badge

Surface

Backgrounds & neutral

Badge

Every color adapts to dark mode

Toggle the theme and watch every component transform.

Getting Started

Up and running in 3 simple steps

No complex configuration. Install, import, build.

Install the package
Terminal
npm install sv5ui
Set up your styles
layout.css
@import 'tailwindcss';
@import 'sv5ui/theme.css';

@custom-variant dark (&:where(.dark, .dark *));
Start building
+page.svelte
<script lang="ts">
  import { Button, Card } from 'sv5ui';
</script>

<Card>
  <Button variant="solid" color="primary">
    Hello SV5UI!
  </Button>
</Card>
Open Source

Ready to build something amazing?

Join hundreds of developers building beautiful Svelte applications with sv5ui.

C
C
C
C
C
C
C
C
Built with love by the community