Sha256: 8bc450353070f7382055a8eb8f7308644316f4f1ee02f25fa61eee9620a8fa35

Contents?: true

Size: 707 Bytes

Versions: 8

Compression:

Stored size: 707 Bytes

Contents

section {
  para {
    "A panel is a way of boxing up groups of related contents to separate it from the rest of the document. Panels usually have a header, content body, and footer. Normal content blocks don't need to be in panels if all they are are texts or images. Panels have styling options. "
  }

  para {
    'This outlines the basic structure of a panel'
  }

  highlight_code_block {
    %Q{
      <div class=\"panel\">
        <div class=\"panel-heading\">
          <h2>Heading</h2>
        </div>

        <div class=\"panel-body\">
          {Content}
        </div>

        <div class=\"panel-footer\"></div>
      </div>
    }
  }


  code_demo {
    %Q{
      pane(){
      }
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
express_ui-0.1.2 app/views/express_ui/uicomponents/_panel.html.et
express_ui-0.1.1 app/views/express_ui/uicomponents/_panel.html.et
express_ui-0.1.0 app/views/express_ui/uicomponents/_panel.html.et
express_ui-0.1.0.rc7 app/views/express_ui/uicomponents/_panel.html.et
express_ui-0.1.0.rc5 app/views/express_ui/uicomponents/_panel.html.et
express_ui-0.1.0.rc4 app/views/express_ui/uicomponents/_panel.html.et
express_ui-0.1.0.rc3 app/views/express_ui/uicomponents/_panel.html.et
express_ui-0.1.0.rc1 app/views/express_ui/uicomponents/_panel.html.et