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/pagination.md | |
| parent | 5a3a356651f9ed0302ec4e4b629f1974caf26bc0 (diff) | |
| download | bootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.tar.xz bootstrap-c72cc98bd56fb50259c84a1fced38751009eb930.zip | |
update components docs
Diffstat (limited to 'docs/components/pagination.md')
| -rw-r--r-- | docs/components/pagination.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/components/pagination.md b/docs/components/pagination.md index 03c3a56ec..0ea749e30 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -1,17 +1,11 @@ --- layout: docs title: Pagination -description: Documentation and examples for showing pagination links. +description: Documentation and examples for showing pagination to indicate a series of related content exists across multiple pages. group: components +toc: true --- -Pagination links indicate a series of related content exists across multiple pages. Typically these are used where a multi-page approach to long lists of content improves general performance, such as in search results or inboxes. - -## Contents - -* Will be replaced with the ToC, excluding the "Contents" header -{:toc} - ## Overview We use a large block of connected links for our pagination, making links hard to miss and easily scalable—all while providing large hit areas. Pagination is built with list HTML elements so screen readers can announce the number of available links. Use a wrapping `<nav>` element to identify it as a navigation section to screen readers and other assistive technologies. |
