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