Renders the time labels column alongside a time grid view.
Summary
Functions
Renders a now indicator line positioned within the time grid.
Renders a vertical time gutter with hour labels.
Functions
Renders a now indicator line positioned within the time grid.
Attributes
current_time— CurrentTimevaluemin_time— Earliest visible timemax_time— Latest visible timeclass— Additional CSS classes
Attributes
Renders a vertical time gutter with hour labels.
Attributes
slots— List ofTimevalues for each slot (fromTimeSlots.time_grid_slots/1)slot_height— CSS height for each slot (default: "3rem")time_format—:h24or:h12(default::h24)secondary_timezone— Optional secondary timezone label generator functionclass— Additional CSS classes
Slots
time_label— Custom time label rendering. Receives the time as slot argument.
Attributes
slots(:list) (required)slot_height(:string) - Defaults to"3rem".time_format(:atom) - Defaults to:h24.secondary_timezone(:any) - Defaults tonil.class(:string) - Defaults to"".
Slots
time_label