120k

Toggle

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

Installation

pnpm dlx shadcn@latest add @force-ui-svelte/toggle

Usage

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

Examples

Outline

Use variant="outline" for an outline style.

With Text

Size

Use the size prop to change the size of the toggle.

Disabled

API Reference

See the Radix Toggle documentation.