This is a basic example of how to use the Kabob Calendar component in a React application.
- First, install the dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 to view the example in your browser.
- Basic calendar setup with events
- People management
- Event creation, updating, and deletion
- Custom event colors
- Responsive layout
The example shows how to:
- Set up the CalendarProvider
- Configure the Calendar component with events and people
- Handle calendar events (create, update, delete)
- Style the calendar with Tailwind CSS