Toggle

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



Installation

npx shadcn-svelte@latest add https://retroui-svelte.netlify.app/r/toggle.json


Usage

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

Examples

Default


Outlined


Solid


Outline Muted