here is example of advanced-normalized-incident-report
import React from 'react'; import AdvancedNormalizedIncidentReport from '@/components/ui/advanced-normalized-incident-report'; function AdvancedNormalizedIncidentReportDemoPage() { return ( <div className="flex items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-800 p-4 transition-colors duration-300"> <AdvancedNormalizedIncidentReport /> </div> ); } export default AdvancedNormalizedIncidentReportDemoPage;
Part of REAVIZ — browse the full library on 21st.dev.