From 1132d63b480569cd9a25f76d338d2c268913e36d Mon Sep 17 00:00:00 2001 From: harry Date: Sun, 14 May 2017 23:52:56 +0530 Subject: [PATCH] Add Pagination Codepen! --- docs/pages/pagination.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pages/pagination.md b/docs/pages/pagination.md index 165703074..cdb79a2f2 100644 --- a/docs/pages/pagination.md +++ b/docs/pages/pagination.md @@ -13,6 +13,12 @@ Note that the container has the attributes `role="navigation"` and `aria-label=" Extra screen reader-only text should also be added to a pagination element. In the below example, users reading the page will just see "Next" and "Previous", but screen readers will read it as "Next page" and "Previous page". Additionally, the text for the current page will read as "You're on page one". +
+ Watch this part in video + + edit on codepen button +
+ ```html_example