From 1528516dd6fc886322ee2f7822a8bdb7b74e966e Mon Sep 17 00:00:00 2001 From: Pierre-Denis Vanduynslager Date: Mon, 16 Jan 2017 00:45:04 -0500 Subject: [PATCH] Add doc example with badge links (#21674) --- docs/components/badge.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 %} -- 2.47.2