Components
I built this meeting event form to simplify planning—capturing all key details like date, time, location, and attendees for smooth coordination and communication.
Loading preview...
import MeetingSchedule from "@/components/ui/meeting-event-form";
export default function DemoOne() {
return <MeetingSchedule />;
}