Components
Loading preview...
Make changes to your profile here. Click save when you're done. These match the style and intent of your previous dialog and are clear, concise, and user-friendly. If you want a more personalized or detailed version, let me know your preferences!
@itsankitverma
npx shadcn@latest add https://21st.dev/r/itsankitverma/dialog-boximport { Component } from "@/components/ui/dialog-box";
export default function DemoOne() {
return <Component />;
}