Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 736 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 736 Bytes

Kabob Calendar Example

This is a basic example of how to use the Kabob Calendar component in a React application.

Getting Started

  1. First, install the dependencies:
npm install
  1. Start the development server:
npm start
  1. Open http://localhost:3000 to view the example in your browser.

Features Demonstrated

  • Basic calendar setup with events
  • People management
  • Event creation, updating, and deletion
  • Custom event colors
  • Responsive layout

Component Usage

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