components.html 675 Bytes
Newer Older
Mark Otto's avatar
Mark Otto committed
1
2
3
4
---
layout: default
title: Components
slug: components
Mark Otto's avatar
Mark Otto committed
5
lead: "Over a dozen reusable components built to provide dropdowns, input groups, navigation, alerts, and much more."
Mark Otto's avatar
Mark Otto committed
6
7
---

Mark Otto's avatar
Mark Otto committed
8
9
10
11
12
13
14
15
16
17
18
19
{% include components/button-groups.html %}
{% include components/button-dropdowns.html %}
{% include components/input-groups.html %}
{% include components/navbar.html %}
{% include components/breadcrumbs.html %}
{% include components/pagination.html %}
{% include components/labels.html %}
{% include components/jumbotron.html %}
{% include components/page-header.html %}
{% include components/media.html %}
{% include components/list-group.html %}
{% include components/responsive-embed.html %}