Class: Protos::Timeline::Left
- Defined in:
- lib/protos/timeline/left.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: Content on the left (on daisyui “start”) 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 left (on daisyui “start”) 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/left.rb', line 9 def view_template(&) div(**attrs, &) end |