diff --git a/docs/assets/scss/mdb/_component-examples.scss b/docs/assets/scss/mdb/_component-examples.scss index b10ad3f8..a0c4addc 100644 --- a/docs/assets/scss/mdb/_component-examples.scss +++ b/docs/assets/scss/mdb/_component-examples.scss @@ -5,3 +5,25 @@ .highlight { background-color: $code-bg; } + +// Helpers +.bd-example > { + //.center-block:not(img) { + // max-width: 200px; + // padding: .5rem; + // background-color: #eee; + //} + + .bg-primary, + .bg-success, + .bg-info, + .bg-warning, + .bg-danger, + .bg-inverse { + &:not(.navbar) { + padding: 0; //.5rem; + //margin-top: 0; //.5rem; + //margin-bottom: 0; //.5rem; + } + } +} diff --git a/docs/material-design/navs.md b/docs/material-design/navs.md index df7c8949..3062422d 100644 --- a/docs/material-design/navs.md +++ b/docs/material-design/navs.md @@ -14,8 +14,6 @@ Navigation available in Bootstrap share general markup and styles, from the base ## Tabs -Takes the basic nav from above and adds the `.nav-tabs` class to generate a tabbed interface. Use them to create tabbable regions with our [tab JavaScript plugin](#javascript-behavior). - {% example html %}
{% endexample %} - -## Pills - -Take that same HTML, but use `.nav-pills` instead: - -{% example html %} - -{% endexample %} - -## Stacked pills - -Just add `.nav-stacked` to the `.nav.nav-pills`. - -{% example html %} - -{% endexample %} - -## Using dropdowns - -Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin]({{ site.baseurl }}/components/dropdowns/#usage). - -### Tabs with dropdowns - -{% example html %} - -{% endexample %} - -### Pills with dropdowns - -{% example html %} - -{% endexample %} - -## JavaScript behavior - -Use the tab JavaScript plugin—include it individually or through the compiled `bootstrap.js` file—to extend our navigational tabs and pills to create tabbable panes of local content, even via dropdown menus. - -Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.
-Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.
-Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.
-Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.
-Event Type | -Description | -
---|---|
show.bs.tab | -This event fires on tab show, but before the new tab has been shown. Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively. |
-
shown.bs.tab | -This event fires on tab show after a tab has been shown. Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively. |
-
hide.bs.tab | -This event fires when a new tab is to be shown (and thus the previous active tab is to be hidden). Use event.target and event.relatedTarget to target the current active tab and the new soon-to-be-active tab, respectively. |
-
hidden.bs.tab | -This event fires after a new tab is shown (and thus the previous active tab is hidden). Use event.target and event.relatedTarget to target the previous active tab and the new active tab, respectively. |
-