一个可以处于开启或关闭状态的双态按钮。
npx shadcn@latest add toggle
import { Toggle } from "@/components/ui/toggle"
<Toggle>Toggle</Toggle>
本页内容