Class: Flowbite::Input::Url
- Defined in:
- app/components/flowbite/input/url.rb
Constant Summary
Constants inherited from Field
Instance Attribute Summary
Attributes inherited from Field
Instance Method Summary collapse
-
#input_field_type ⇒ Object
Returns the name of the method used to generate HTML for the input field.
Methods inherited from Field
#call, classes, #classes, #initialize, sizes, styles
Constructor Details
This class inherits a constructor from Flowbite::Input::Field
Instance Method Details
#input_field_type ⇒ Object
Returns the name of the method used to generate HTML for the input field
7 8 9 |
# File 'app/components/flowbite/input/url.rb', line 7 def input_field_type :url_field end |