Class: Protos::Timeline::Center
- Defined in:
- lib/protos/timeline/center.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: The center of a timeline.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: The center of a timeline. This would usually be an icon or something small that shows a point on the timeline.
9 10 11 |
# File 'lib/protos/timeline/center.rb', line 9 def view_template(&) div(**attrs, &) end |