Class: Playbook::PbTextarea::Textarea
- Inherits:
-
Object
- Object
- Playbook::PbTextarea::Textarea
- Includes:
- Playbook::Props
- Defined in:
- app/pb_kits/playbook/pb_textarea/textarea.rb
Instance Method Summary collapse
Methods included from Playbook::Props
#dark_props, #generate_classname, #generate_classname_without_spacing, #initialize, #prop, #spacing_options, #spacing_props, #spacing_values
Instance Method Details
#classname ⇒ Object
23 24 25 |
# File 'app/pb_kits/playbook/pb_textarea/textarea.rb', line 23 def classname generate_classname("pb_textarea_kit") + error_class + resize_class end |