Class: Spark::Input::Label

Inherits:
Component::Base show all
Defined in:
app/components/spark/input/label.rb

Instance Method Summary collapse

Methods inherited from Component::Base

#selector, #to_s, #unique_id

Constructor Details

#initializeLabel

Returns a new instance of Label.



6
7
8
9
10
# File 'app/components/spark/input/label.rb', line 6

def initialize(*)
  super

  classname.add("spark-label")
end