Switch
A Switch component.
Preview
switchAuto
No dedicated preview is defined for this component yet. Add a custom entry in src/lib/component-previews.tsx to render a richer interactive demo.
Installation
External project (shadcn CLI)
npx shadcn@latest add https://envo-hub-envision-94aqj04ee-envo-norway.vercel.app/r/switch.jsonInternal monorepo import
import { Switch } from "@envo/envision-ds/switch";Usage
import { Switch } from "@envo/envision-ds/switch";
export function Example() {
return <Switch />;
}