diff --git a/components.html b/components.html index 53a788f3fa..ca6ae40ec7 100644 --- a/components.html +++ b/components.html @@ -822,6 +822,10 @@ base_url: "../"

How to use

For performance reasons, all icons require a base class and individual icon class. To use, place the following code just about anywhere. Be sure to leave a space between the icon and text for proper padding.

+
+

Don't mix with other components

+

Icon classes cannot be combined with other elements. They are designed to be standalone elements.

+
{% highlight html %} {% endhighlight %}