Here is Error Alert Dialog component
import { Component } from '@/components/ui/error-alert-dialog'; const DemoAlertDialog = () => { return ( <div className="flex w-full h-screen justify-center items-center bg-background"> <Component /> </div> ); }; export default DemoAlertDialog;
Part of ExtendUI — browse the full library on 21st.dev.