Class: Trek::Form::TextFieldComponent

Inherits:
ViewComponent::Form::TextFieldComponent
  • Object
show all
Defined in:
app/components/trek/form/text_field_component.rb

Instance Method Summary collapse

Instance Method Details

#html_classObject



6
7
8
# File 'app/components/trek/form/text_field_component.rb', line 6

def html_class
  class_names("text-field")
end