Class: Protos::Timeline::Right
- Defined in:
- lib/protos/timeline/right.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: Content on the right (on daisyui “end”) side of a timeline.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: Content on the right (on daisyui “end”) side of a timeline. We chose not to use start/end because of the keywork conflict with ruby.
9 10 11 |
# File 'lib/protos/timeline/right.rb', line 9 def view_template(&) div(**attrs, &) end |