Class: Protoform::Rails::Components::Label
- Inherits:
-
Protoform::Rails::Component
- Object
- Protoform::Rails::Components::Label
- Defined in:
- lib/protoform/rails/components/label.rb
Instance Method Summary collapse
Instance Method Details
#view_template(&content) ⇒ Object
9 10 11 12 |
# File 'lib/protoform/rails/components/label.rb', line 9 def view_template(&content) content ||= proc { title } label(**attrs, &content) end |