Class: Railsboot::Button::InputComponent
- Inherits:
-
Railsboot::ButtonComponent
- Object
- Railsboot::ButtonComponent
- Railsboot::Button::InputComponent
- Defined in:
- app/components/railsboot/button/input_component.rb
Instance Method Summary collapse
-
#initialize(**html_attributes) ⇒ InputComponent
constructor
A new instance of InputComponent.
Constructor Details
#initialize(**html_attributes) ⇒ InputComponent
Returns a new instance of InputComponent.
2 3 4 |
# File 'app/components/railsboot/button/input_component.rb', line 2 def initialize(**html_attributes) super(tag: "input", **html_attributes) end |