diff options
| author | Mark Otto <[email protected]> | 2017-05-27 23:01:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 23:01:14 -0700 |
| commit | c72cc98bd56fb50259c84a1fced38751009eb930 (patch) | |
| tree | f4da17ed9826234724c2db48421e744c003b9e1c /docs/components/list-group.md | |
| parent | 5a3a356651f9ed0302ec4e4b629f1974caf26bc0 (diff) | |
| download | bootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.tar.xz bootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.zip | |
update components docs
Diffstat (limited to 'docs/components/list-group.md')
| -rw-r--r-- | docs/components/list-group.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md index dcf605aee..f67f3c86e 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -1,18 +1,13 @@ --- layout: docs title: List group -description: Learn about Bootstrap's list group component for rendering series of related content. +description: List groups are a flexible and powerful component for displaying a series of content. Modify and extend them to support just about any content within. group: components +toc: true --- -List groups are a flexible and powerful component for displaying a series of content. List group items can be modified and extended to support just about any content within. They can also be used as navigation with the right modifier class. - -## Contents - -* Will be replaced with the ToC, excluding the "Contents" header -{:toc} - ## Basic example + The most basic list group is an unordered list with list items and the proper classes. Build upon it with the options that follow, or with your own CSS as needed. {% example html %} |
