diff options
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html index 23c20d94d..01b76d812 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2428,6 +2428,21 @@ body { </div> {% endhighlight %} + <h3 id="panels-footer">Panel with footer</h3> + <p>Wrap buttons or secondary text in <code>.panel-footer</code>.</p> + <div class="bs-example"> + <div class="panel"> + Panel content + <div class="panel-footer">Panel footer</div> + </div> + </div> +{% highlight html %} +<div class="panel"> + Panel content + <div class="panel-footer">Panel footer</div> +</div> +{% endhighlight %} + <h3 id="panels-alternatives">Contextual alternatives</h3> <p>Like other components, easily make a panel more meaningful to a particular context by adding any of the contextual state classes.</p> <div class="bs-example"> |
