Class: Protos::Typography::InlineLink
- Defined in:
- lib/protos/typography/inline_link.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: A link that is styled to be inline with text.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: A link that is styled to be inline with text
8 9 10 |
# File 'lib/protos/typography/inline_link.rb', line 8 def view_template(&) a(**attrs, &) end |