From: harry Date: Sun, 14 May 2017 18:22:56 +0000 (+0530) Subject: Add Pagination Codepen! X-Git-Tag: v6.4.0-rc1~46^2~26^2~24^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1132d63b480569cd9a25f76d338d2c268913e36d;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add Pagination Codepen! --- 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