Components
Loading preview...
A versatile dashboard card component featuring a modal overlay for data management, designed to display user information alongside interactive elements like copy-to-clipboard functionality and update confirmations. This component excels at presenting structured data in a clean, accessible format while providing smooth blur-based transitions that enhance user experience without disrupting workflow. Ideal for administrative interfaces, policy management systems, or any application requiring organized data display with intuitive modal interactions.
npx shadcn@latest add https://21st.dev/r/isaiahbjork/dashboard-card-with-modalimport { DashboardCardModal } from "@/components/ui/dashboard-card-with-modal";
export default function DemoOne() {
return <DashboardCardModal />;
}