Dashboard
Panels
Panels are created with the
.panel class, and content inside the panel has a
.panel-body class:
Panel Heading
The .panel-heading
class adds a heading to the panel:
Panel Footer
The .panel-footer
class adds a footer to
the panel:
Panel Group
To group many panels together,
wrap a
<div> with class .panel-group around them.
Panels with Contextual Classes
To color the panel, use
contextual classes
(.panel-default, .panel-primary,
.panel-success, .panel-info,
.panel-warning, or .panel-danger):