Docs
Switch Input
Switch Input
Description goes here
Receive notifications about account activity and updates
Notifications are currently: Enabled
Installation
pnpm dlx shadcn@latest add https://deltacomponents.dev/r/switch-input
Usage
"use client"
import * as React from "react"
import { SwitchInput } from "@/registry/inputs/switch-input"
export function Component() {
return <SwitchInput />
}
API Reference
Parameters
Name | Type | Description |
---|---|---|
prop | type | description |