module Motion::HTML::LabelHelpers

Direct including types

Defined in:

motion/html/tags/label_helpers.cr

Instance Method Summary

Instance Method Detail

def label_for(field : Avram::PermittedAttribute, text : String | Nil = nil, **html_options) : Nil #

[View source]
def label_for(field : Avram::PermittedAttribute, **html_options, &) : Nil #

[View source]
def label_for(field, **options) : Nil #

[View source]
def label_for(field, **options, &) : Nil #

[View source]