diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html
index 52c31a4a..037cae1d 100644
--- a/docs/documentation/elements/button.html
+++ b/docs/documentation/elements/button.html
@@ -65,6 +65,15 @@ doc-subtab: button
Invert Outlined
{% endcapture %}
+{% capture button_rounded_example %}
+Rounded
+Rounded
+Rounded
+Rounded
+Rounded
+Rounded
+{% endcapture %}
+
{% capture button_normal_example %}
Normal
Normal
@@ -533,6 +542,18 @@ doc-subtab: button
+
Rounded buttons
+
+
+
+ {% include elements/new-tag.html version="0.6.2" %}
+ {{ button_rounded_example }}
+
+
+ {% highlight html %}{{ button_rounded_example }}{% endhighlight %}
+
+
+
{% include anchor.html name="States" %}
Normal
diff --git a/docs/documentation/form/input.html b/docs/documentation/form/input.html
index 15d56052..c478a6e7 100644
--- a/docs/documentation/form/input.html
+++ b/docs/documentation/form/input.html
@@ -78,6 +78,10 @@ variables_keys:
{% endcapture %}
+{% capture rounded_example %}
+
+{% endcapture %}
+
{% capture normal_example %}
@@ -299,6 +303,19 @@ variables_keys:
+ {% include anchor.html name="Styles" %}
+
+ {% include elements/new-tag.html version="0.6.2" %}
+
+
+
+ {{ rounded_example }}
+
+
+ {% highlight html %}{{ rounded_example }}{% endhighlight %}
+
+
+
{% include anchor.html name="States" %}
Normal
diff --git a/docs/documentation/form/select.html b/docs/documentation/form/select.html
index cf26ebb8..a3361136 100644
--- a/docs/documentation/form/select.html
+++ b/docs/documentation/form/select.html
@@ -86,6 +86,15 @@ doc-subtab: select
{% endcapture %}
+{% capture rounded_example %}
+
+
+
+{% endcapture %}
+
{% capture sizes_example %}
@@ -325,6 +334,19 @@ doc-subtab: select
+ {% include anchor.html name="Styles" %}
+
+ {% include elements/new-tag.html version="0.6.2" %}
+
+
+
+ {{ rounded_example }}
+
+
+ {% highlight html %}{{ rounded_example }}{% endhighlight %}
+
+
+
{% include anchor.html name="Sizes" %}