Components
@shadcn/react
@shadcn/helpers
Utilities
2026 年 7 月 - Toast
基于 Base UI 原语构建的新 Toast 组件。
现在,Base UI 项目已支持新的 Toast 组件。它支持操作、状态类型、Promise、堆叠以及滑动关闭。
"use client"
import { Button } from "@/components/ui/button"使用 CLI 将其添加到你的项目中:
pnpm dlx shadcn@latest add toast