Class: Button::PrimaryComponent
- Inherits:
-
BaseComponent
- Object
- BaseComponent
- Button::PrimaryComponent
- Defined in:
- app/components/spark/button/primary_component.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#before_render ⇒ Object
3 4 5 6 |
# File 'app/components/spark/button/primary_component.rb', line 3 def before_render add_class("theme-primary") super end |