Class: Form::LabelComponent
- Inherits:
-
SparkComponents::Component
- Object
- SparkComponents::Component
- Form::LabelComponent
- Defined in:
- app/components/spark/form/label_component.rb
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
5 6 7 8 9 10 11 |
# File 'app/components/spark/form/label_component.rb', line 5 def render content_tag(:label, tag_attrs) do concat content_tag(:div, text, class: join_class("text")) concat @yield end end |