Skip to content

Files

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 1, 2024
Dec 2, 2024
Dec 1, 2024
Dec 1, 2024
Dec 2, 2024
Dec 1, 2024
Dec 1, 2024
Dec 1, 2024

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