← Back to components

Appointment Scheduler

A calendar-based appointment scheduling component for healthcare providers

Healthcare
Created by Dr. Sarah Mitchell
4.8 rating
432 downloads

Preview

How to use

import { AppointmentScheduler } from "@/components/demos/appointment-scheduler"

export default function SchedulingPage() {
  return (
    <div>
      <AppointmentScheduler />
    </div>
  )
}

Note: Make sure you have the required dependencies installed and the necessary UI components imported in your project. The component uses Tailwind CSS for styling and may require additional setup based on your project configuration.