Ruixen Pro early-bird — $59 lifetime, then $7902d18h16m47sLock in $59

Command Palette

Search for a command to run...

Docs
Calendar Lume

Calendar Lume

React event calendar — a depth-zoom calendar with fractal year/month/day drill-down transitions.

Installation

Usage

import { CalendarLume } from "@/components/ruixen/calendar-lume";
 
export default function App() {
  const [date, setDate] = useState<string>();
 
  return <CalendarLume value={date} onChange={setDate} />;
}

Props

PropTypeDefaultDescription
valuestring-ISO date string "YYYY-MM-DD"
onChange(date: string) => void-Fires with ISO date string on day selection
soundbooleantrueEnable tick sound