Skip to main content

Installation

npx shadcn-svelte@next add toggle

Usage

<script lang="ts">
  import { Toggle } from "$lib/components/ui/toggle/index.js";
</script>
<Toggle>Toggle</Toggle>

Examples

Default

Basic toggle button.

Outline

Toggle with outline variant.

With Text

Toggle button with text label.

Small

Smaller toggle button size.

Large

Larger toggle button size.

Disabled

Disabled toggle button state.

Build docs developers (and LLMs) love