本页
允许用户在选中和未选中之间切换的控件。
npx shadcn-vue@latest add switch
<script setup lang="ts"> import { Switch } from '@/components/ui/switch' </script> <template> <Switch /> </template>
Receive emails about new products, features, and more.
Receive emails about your account security.