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