Module: Alpha::Forms::InputHelper

Defined in:
app/helpers/alpha/forms/input_helper.rb

Instance Method Summary collapse

Instance Method Details

#input(**options) ⇒ Object



4
5
6
# File 'app/helpers/alpha/forms/input_helper.rb', line 4

def input(**options)
  render(Input::InputComponent.new(**options))
end