From: harry Date: Mon, 15 May 2017 20:04:38 +0000 (+0530) Subject: Add badge basic example. X-Git-Tag: v6.4.0-rc1~46^2~26^2~18^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc868a73788bee7d1d24ac0ee949b582422ce68f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add badge basic example. --- diff --git a/docs/pages/badge.md b/docs/pages/badge.md index 8787dec09..b647e59df 100644 --- a/docs/pages/badge.md +++ b/docs/pages/badge.md @@ -8,6 +8,14 @@ sass: scss/components/_badge.scss Add the `.badge` class to an element to create a badge. In the below example, we're using ``, but any tag will work fine. +

+ Watch this part in video +

+ +
+ edit on codepen button +
+ ```html_example 1 ```