struct UI::Form::Field

Defined in:

ui/views/form.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(label : String = "", content : View | Nil = nil) #

[View source]

Instance Method Detail

def clone #

[View source]
def content : View | Nil #

def copy_with(label _label = @label, content _content = @content) #

[View source]
def label : String #