diff --git a/docs/_includes/buttons.html b/docs/_includes/buttons.html index e27d4b5..9b9b445 100644 --- a/docs/_includes/buttons.html +++ b/docs/_includes/buttons.html @@ -6,8 +6,10 @@
Default Primary + Secondary Outline Primary outline + Secondary outline Clear
@@ -15,8 +17,10 @@ {% highlight html %} Default Primary +Secondary Outline Primary outline +Secondary outline Clear {% endhighlight %} diff --git a/docs/_includes/tag.html b/docs/_includes/tag.html new file mode 100644 index 0000000..c30aacb --- /dev/null +++ b/docs/_includes/tag.html @@ -0,0 +1,14 @@ +
+

Tag

+

Labels to insert anywhere! They come in 3 sizes — small, medium, large

+

OneTwoThreeSmallLarge

+{% highlight html %} +

+ One + Two + Three + Small + Large +

+{% endhighlight %} +
\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index bb18690..edcaf90 100644 --- a/docs/index.html +++ b/docs/index.html @@ -18,7 +18,7 @@
@@ -119,6 +121,8 @@
{% include card.html %}
+ {% include tag.html %} +
{% include utilities.html %}