diff --git a/pages/_docs/buttons.md b/pages/_docs/buttons.md
index bbc8b71c2..cad259c44 100644
--- a/pages/_docs/buttons.md
+++ b/pages/_docs/buttons.md
@@ -79,6 +79,14 @@ In need of a button, but not the hefty background colors they bring? Replace the
{% endfor %}
{% endexample %}
+## Button with star
+
+{% example html %}
+{% for button in site.button_variants %}
+ {% include ui/button.html text="Button" label="star" color=button.name class="mr-2" %}
+{% endfor %}
+{% endexample %}
+
### Button size
Add `.btn-lg` or `.btn-sm` for additional sizes.
@@ -246,3 +254,12 @@ Use the `.text-center` or the `.text-right` modifiers to alter the alignment.
Save and continue
{% endexample %}
+
+### Button with avatar
+
+{% example html%}
+{% include ui/avatar.html person-id="4" class="btn-avatar" %} Avatar
+{% include ui/avatar.html person-id="5" class="btn-avatar" %} Avatar
+{% include ui/avatar.html person-id="6" class="btn-avatar" %} Avatar
+{% endexample %}
+