Class: PhlexKit::CalendarBody
- Inherits:
-
BaseComponent
- Object
- Phlex::HTML
- BaseComponent
- PhlexKit::CalendarBody
- Defined in:
- app/components/phlex_kit/calendar/calendar_body.rb
Overview
The
5 6 7 |
# File 'app/components/phlex_kit/calendar/calendar_body.rb', line 5 def initialize(**attrs) @attrs = attrs end |
Instance Method Details
#view_template ⇒ Object
9 10 11 |
# File 'app/components/phlex_kit/calendar/calendar_body.rb', line 9 def view_template table(**mix({ class: "pk-calendar-body", data: { phlex_kit__calendar_target: "calendar" } }, @attrs)) end |