module Motion::HTML::LabelHelpers
Direct including types
Defined in:
motion/html/tags/label_helpers.crInstance Method Summary
- #label_for(field : Avram::PermittedAttribute, text : String | Nil = nil, **html_options) : Nil
- #label_for(field : Avram::PermittedAttribute, **html_options, &) : Nil
- #label_for(field, **options) : Nil
- #label_for(field, **options, &) : Nil
Instance Method Detail
def label_for(field : Avram::PermittedAttribute, text : String | Nil = nil, **html_options) : Nil
#