Docs
Toggle

Toggle

A two-state button that can be either on or off.

Installation

	npx  shadcn-svelte@latest add toggle

Usage

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

Examples

Default

Outline

With Text

Small

Large

Disabled