Here is Dialog component
npx shadcn@latest add https://21st.dev/r/base-ui/dialog-2
Loading preview...
import ExampleDialog from "@/components/ui/dialog-2"; export default function DemoOne() { return <ExampleDialog />; }