Loading...
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
bubbleCount | number | 30 | Number of bubbles to display |
width | number | 420 | Width of the aquarium |
height | number | 420 | Height of the aquarium |
initialMonth | number | current | Initial month to display |
initialYear | number | current | Initial year to display |
Usage
import { EventAquariumCalendar } from "@/components/ui/event-aquarium-calendar";
function MyCalendar() {
return <EventAquariumCalendar bubbleCount={40} width={500} height={500} />;
}