Toggle
A two-state button that can be on or off. Presses recede into the surface with seam depth motion.
tsx
import { Bold } from "lucide-react"
import { Toggle } from "@/registry/seam/ui/toggle"
export default function ToggleDemo() {
return (
<Toggle aria-label="Toggle bold">
<Bold />
</Toggle>
)
}bunx --bun @seamui/cli@latest add toggle