Class: Button::TextComponent

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

Direct Known Subclasses

CancelComponent

Instance Method Summary collapse

Instance Method Details

#before_renderObject



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

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