Class: Spark::Header

Inherits:
Block show all
Defined in:
app/components/spark/header.rb

Constant Summary

Constants inherited from Block

Block::GUTTER, Block::LAYOUT, Block::SPACER_SIZE

Instance Method Summary collapse

Methods inherited from Block

#content_only?

Methods inherited from Component::Base

#selector, #to_s, #unique_id

Constructor Details

#initializeHeader

Returns a new instance of Header.



6
7
8
9
# File 'app/components/spark/header.rb', line 6

def initialize(*)
  super
  classname.add "spark-header"
end