aboutsummaryrefslogtreecommitdiff
path: root/docs/components/card.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-27 23:01:14 -0700
committerMark Otto <[email protected]>2017-05-27 23:01:14 -0700
commitc72cc98bd56fb50259c84a1fced38751009eb930 (patch)
treef4da17ed9826234724c2db48421e744c003b9e1c /docs/components/card.md
parent5a3a356651f9ed0302ec4e4b629f1974caf26bc0 (diff)
downloadbootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.tar.xz
bootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.zip
update components docs
Diffstat (limited to 'docs/components/card.md')
-rw-r--r--docs/components/card.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/components/card.md b/docs/components/card.md
index 74debae44..ff3096ec2 100644
--- a/docs/components/card.md
+++ b/docs/components/card.md
@@ -3,17 +3,15 @@ layout: docs
title: Cards
description: Bootstrap's cards provide a flexible and extensible content container with multiple variants and options.
group: components
+toc: true
---
+## About
+
A **card** is a flexible and extensible content container. It includes options for headers and footers, a wide variety of content, contextual background colors, and powerful display options.
If you're familiar with Bootstrap 3, cards replace our old panels, wells, and thumbnails. Similar functionality to those components is available as modifier classes for cards.
-## Contents
-
-* Will be replaced with the ToC, excluding the "Contents" header
-{:toc}
-
## Example
Cards are built with as little markup and styles as possible, but still manage to deliver a ton of control and customization. Built with flexbox, they offer easy alignment and mix well with other Bootstrap components.