Getting Started

Build beautiful UIs with SV5UI

A modern, accessible UI component library built natively for Svelte 5 and Tailwind CSS 4. Ship faster with 49+ production-ready components.

Quick Start

Install and start using sv5ui in two steps.

1. Install the package

Terminal
npm install sv5ui

2. Use components

Welcome

Build beautiful UIs with Svelte 5.

v1.5.1
<script lang="ts">
  import { Button, Card, Badge } from 'sv5ui';
</script>

<Card>
  <h3>Welcome</h3>
  <p>Build beautiful UIs with Svelte 5.</p>

  <div class="flex gap-2">
    <Button label="Get Started" color="primary" />
    <Badge label="v1.5.1" variant="soft" color="success" />
  </div>
</Card>

Components

49+ components across 8 categories.

Built With

Powered by the modern Svelte ecosystem.

Svelte 5

Runes & Snippets

Tailwind 4

Utility-first CSS

bits-ui

Headless primitives

TypeScript

Full type safety