Usage
import { Switch } from "@smartacteam/ambient-web/switch";<Switch />import { Switch } from "@smartacteam/ambient-web/switch";<Switch />"use client";
import { Switch } from "@smartacteam/ambient-web/switch";
export function SwitchDemo() {
return <Switch />;
}