Bootstrap Panel


Snippet Details

Shortcut
bspanel
Description
While not always necessary, sometimes you need to put your DOM in a box. For those situations, try the panel component.
Language
HTML
Author
Dylan Hayes
Upload on
24-2-2014 16:03:02
Downloads
2281

Code Output

        <div class="panel panel-default">
					<div class="panel-heading">
						<h3 class="panel-title">Panel title</h3>
					</div>
					<div class="panel-body">
						Basic panel example
					</div>
					<div class="panel-footer">
						Panel footer
					</div>
				</div>
				
    

HTML Output

Panel title

Basic panel example

Download Add to .VSIX Package


comments powered by Disqus

Extension Package

No snippets are added


Languages