Command Palette

Search for a command to run...

Docs
Event Path Calendar

Event Path Calendar

A timeline-style calendar that displays events as a horizontal path with filtering options

Loading...

Installation

Usage

import { EventPathCalendar } from "@/components/ui/event-path-calendar";
 
function MyCalendar() {
  return <EventPathCalendar />;
}