From 31ec88ea3e2fbe0519deed7895160ba596e9bb2d Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 4 Dec 2017 15:48:33 +0000 Subject: [PATCH] Add rounded documentation --- docs/documentation/elements/button.html | 21 +++++++++++++++++++++ docs/documentation/form/input.html | 17 +++++++++++++++++ docs/documentation/form/select.html | 22 ++++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/docs/documentation/elements/button.html b/docs/documentation/elements/button.html index 52c31a4a3..037cae1db 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 15d560526..c478a6e75 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 cf26ebb8d..a33611362 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" %}
-- 2.47.2