Skip to content

ClaritySpark/calendar

Repository files navigation

Oltty Calendar

Get started

Oltty Calendar is an open-source interface that makes it easy to integrate and utilize calendars in your own applications by adhering to specified types.

Key Features

  • Easy Integration: Provides functions for basic calendar functionalities to drag-and-drop capabilities for smooth integration.
  • Customizable Types: Offers customizable types to tailor calendar functionalities to specific application needs.
  • Effortless Utilization: Functions cover basic calendar operations and advanced features like drag-and-drop for easy management.
  • Database Integration: Facilitates seamless integration with databases for storing calendar data in accordance with specified types.

Install

npm install oltty-calendar

Quickstart

import { Calendar } from "oltty-calendar";

function App() {
  return <Calendar {...soon} />;
}