UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

19 lines (17 loc) 768 B
{% include widgets/navigation/horizontal-primary-nav-bar.html %} <div class="container-fluid container-cards-pf"> {% include widgets/layouts/cards-alt.html %} </div> <script> $(document).ready(function() { // matchHeight the contents of each .card-pf and then the .card-pf itself $(".row-cards-pf > [class*='col'] > .card-pf .card-pf-title").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf > .card-pf-body").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf > .card-pf-footer").matchHeight(); $(".row-cards-pf > [class*='col'] > .card-pf").matchHeight(); // initialize tooltips $('[data-toggle="tooltip"]').tooltip(); // Initialize the vertical navigation $().setupVerticalNavigation(true); }); </script>