diff --git a/src/components/Playground.tsx b/src/components/Playground.tsx index 19df256..91ea43e 100644 --- a/src/components/Playground.tsx +++ b/src/components/Playground.tsx @@ -3,6 +3,7 @@ import { Checkbox } from "@pswui/Checkbox"; import { Input } from "@pswui/Input"; import { Label } from "@pswui/Label"; import { Popover, PopoverContent, PopoverTrigger } from "@pswui/Popover"; +import { Switch } from "@pswui/Switch"; import { TabContent, TabList, TabProvider, TabTrigger } from "@pswui/Tabs"; import type { ReactNode } from "react"; import { GITHUB_COMP_PREVIEW, LoadedCode, type TEMPLATE } from "./LoadedCode"; @@ -83,11 +84,11 @@ export function PlaygroundControl(props: { direction="horizontal" className="flex flex-row items-center gap-2" > - { propMeta.onToggle(!e.currentTarget.checked); }} - checked={!propMeta.disabled} /> {propMeta.disabled ? ( {propName}