Class: Button::PrimaryComponent

Inherits:
BaseComponent
  • Object
show all
Defined in:
app/components/spark/button/primary_component.rb

Direct Known Subclasses

AddComponent, DangerComponent

Instance Method Summary collapse

Instance Method Details

#before_renderObject



3
4
5
6
# File 'app/components/spark/button/primary_component.rb', line 3

def before_render
  add_class("theme-primary")
  super
end