Sha256: 97e3e799ce58c3144a32a9cb3ebfa9130156a1eec970a96f7d6147557068b127

Contents?: true

Size: 757 Bytes

Versions: 20

Compression:

Stored size: 757 Bytes

Contents

h3 { "header()" }
section {
  para { "The header consists of a logo and main nav on the left. A secondary nav on the right is optional." }

code_demo {
"header() {
  'Header contents here'
}"
}
}

h3 { "sidebar_region()" }
section {
  div(class: 'demo-container') {
    render 'express_ui/uicomponents/sidebar'
  }
}

h3 { "main_region()" }
section {
code_demo {
"main_region() {
  p 'This block of text goes right into the contents.'
}"
}
}

h3 { "page_header()" }
section {
code_demo {
"content_for(:page_header) {
  h1 'Welcome to Express UI'
  p 'This block of text goes right into the page header.'
}"
}
}

h3 { "footer()" }
section {
  para { "(Nav, logo, social media inks)" }

  code_demo {
    "footer() {
      'Footer contents here'
    }"
  }
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
express_ui-0.5.0 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.4.2 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.4.1 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.4.0 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.3.0 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.2.1 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.2.0 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.7 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.6 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.5 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.4 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.3 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.2 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.1 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.0 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.0.rc7 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.0.rc5 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.0.rc4 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.0.rc3 app/views/express_ui/uicomponents/_layout.html.et
express_ui-0.1.0.rc1 app/views/express_ui/uicomponents/_layout.html.et