This commit is contained in:
shadcn
2026-04-13 17:15:11 +04:00
parent aa534e5875
commit dd4b5c287c
153 changed files with 748 additions and 1294 deletions

View File

@@ -17,6 +17,7 @@ export default function SwitchExample() {
<ExampleWrapper>
<SwitchBasic />
<SwitchWithDescription />
<SwitchWithLabel />
<SwitchDisabled />
<SwitchSizes />
</ExampleWrapper>