A popover/tooltip component for displaying event details on click or hover.
Can be used standalone or integrated with the calendar views.
Summary
Functions
Renders an event detail popover.
Functions
Renders an event detail popover.
Attributes
event— The event to display details forshow— Whether the popover is visible (default: false)on_close— Event handler to close the popoveron_edit— Optional edit handleron_delete— Optional delete handlertime_format—:h24or:h12(default::h24)class— Additional CSS classes
Slots
inner_block— Custom popover content. Receives the event.actions— Custom action buttons
Attributes
event(PhoenixLiveCalendar.Event) - Defaults tonil.show(:boolean) - Defaults tofalse.on_close(:any) - Defaults tonil.on_edit(:any) - Defaults tonil.on_delete(:any) - Defaults tonil.time_format(:atom) - Defaults to:h24.class(:string) - Defaults to"".
Slots
inner_blockactions