Method: Blot::Helpers::Components#panel_section

Defined in:
lib/blot/helpers/components.rb

#panel_sectionObject


10
11
12
13
14
# File 'lib/blot/helpers/components.rb', line 10

def panel_section
  section do
    columns(:twelve, class: 'panel center') { yield if block_given? }
  end
end