Class: DaisyUI::FormControl

Inherits:
Base
  • Object
show all
Defined in:
lib/daisy_ui/form_control.rb

Constant Summary

Constants inherited from Base

Base::BOOLS, Base::COLOR_MODIFIERS

Instance Method Summary collapse

Methods inherited from Base

inherited, #initialize, register_modifiers

Constructor Details

This class inherits a constructor from DaisyUI::Base

Instance Method Details

#view_templateObject



7
8
9
# File 'lib/daisy_ui/form_control.rb', line 7

def view_template(&)
  public_send(as, class: classes, **attributes, &)
end