From: Pierre-Denis Vanduynslager Date: Mon, 16 Jan 2017 05:45:04 +0000 (-0500) Subject: Add doc example with badge links (#21674) X-Git-Tag: v4.0.0-beta~147^2~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1528516dd6fc886322ee2f7822a8bdb7b74e966e;p=thirdparty%2Fbootstrap.git Add doc example with badge links (#21674) --- diff --git a/docs/components/badge.md b/docs/components/badge.md index 4e4bafcde0..896c917f3c 100644 --- a/docs/components/badge.md +++ b/docs/components/badge.md @@ -53,3 +53,16 @@ Use the `.badge-pill` modifier class to make badges more rounded (with a larger Warning Danger {% endexample %} + +## Links + +Using the `.badge` classes with the `` element quickly provide _actionable_ badges with hover and focus states. + +{% example html %} +Default +Primary +Success +Info +Warning +Danger +{% endexample %}