davidsichau:sidebar

v0.1.1Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

davidsichau:sidebar

Provide a simple sidebar.

Installation

    meteor add davidsichau:sidebar

Description

Add some more along the lines of "Provide a simple sidebar."

It provides the helpers for implementing simple sidebars

{{#sidebarLeft width="400px"}}
    //your content
{{/sidebarLeft}}
{{#sidebarRight width="45%"}}
    //your content
{{/sidebarRight}}

The parameter widht can be used to define the widht of the sidebar