A sidebar can be formatted to include additional styling for display
...
Show
Size
A sidebar can vary in width and height to allow more content
...
...
...
...
Very Thin
Thin
Wide
Very Wide
Floating
A sidebar can appear floating above content
...
Show
Initializing
Any content can be used as a sidebar by adding the class ui sidebar and initializing the menu in javascript.
Fixed Position
Fixed position content may have issues changing it's position when a sidebar appears. There are two solutions
Specify your fixed content without using the css left or top properties.
Apply styles on the fixed element to adjust its position when the sidebar appears. You can do this by descending from the body tag which receives the class (direction) pushed when the view is moved.
Any content in the world
$('.ui.sidebar')
.sidebar()
;
Usage
Showing a sidebar
A sidebar can be shown, hidden, or toggled. In the following examples sidebar is used in conjunction with ui menu to display a vertical menu as a sidebar.