Class: StimulusPlumbers::Components::Calendar::Month::Turbo

Inherits:
Plumber::Base
  • Object
show all
Defined in:
lib/stimulus_plumbers/components/calendar/month/turbo.rb,
lib/stimulus_plumbers/components/calendar/month/turbo/days_of_week.rb,
lib/stimulus_plumbers/components/calendar/month/turbo/days_of_month.rb

Defined Under Namespace

Classes: DaysOfMonth, DaysOfWeek

Constant Summary collapse

STIMULUS_CONTROLLER =
"calendar-month-observer"

Constants included from Plumber::HtmlOptions

Plumber::HtmlOptions::STIMULUS_SPACEJOIN_KEYS

Instance Attribute Summary

Attributes inherited from Plumber::Base

#template

Instance Method Summary collapse

Methods inherited from Plumber::Base

#initialize, #theme

Methods included from Plumber::HtmlOptions

#extract_classes, #merge_data_options, #merge_html_options, #merge_string_option, #normalize_part

Constructor Details

This class inherits a constructor from StimulusPlumbers::Plumber::Base

Instance Method Details

#renderObject



10
11
12
# File 'lib/stimulus_plumbers/components/calendar/month/turbo.rb', line 10

def render(...)
  render_turbo(...)
end