From: Mark Otto Date: Wed, 28 Dec 2016 22:43:49 +0000 (-0800) Subject: add a working with icons example X-Git-Tag: v4.0.0-alpha.6~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec35d800d4c2b7e8f85e3397916f0c806e37e88;p=thirdparty%2Fbootstrap.git add a working with icons example frees us up to not have to encourage so much markup throughout these pagination examples --- diff --git a/docs/components/pagination.md b/docs/components/pagination.md index e23c257205..62536e1653 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -30,8 +30,12 @@ In addition, as pages likely have more than one such navigation section, it's ad {% endexample %} +## Working with icons + +Looking to use an icon or symbol in place of text for some pagination links? Be sure to provide proper screen reader support with `aria` attributes and the `.sr-only` utility. + {% example html %} -