Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/elements/buttons.md')
-rw-r--r--exampleSite/content/elements/buttons.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/exampleSite/content/elements/buttons.md b/exampleSite/content/elements/buttons.md
new file mode 100644
index 0000000..ace25ef
--- /dev/null
+++ b/exampleSite/content/elements/buttons.md
@@ -0,0 +1,37 @@
++++
+Title = "Buttons"
+weight = 40
++++
+
+### {{< param title >}}
+
+{{< button-group class="actions" >}}
+ {{< button title="PRIMARY" link= "#buttons" class="primary" >}}
+ {{< button title="DEFAULT" link= "#buttons" class="" >}}
+{{< /button-group >}}
+
+{{< button-group class="actions" >}}
+ {{< button title="LARGE" link= "#buttons" class="primary large" >}}
+ {{< button title="DEFAULT" link= "#buttons" class="" >}}
+ {{< button title="SMALL" link= "#buttons" class="small" >}}
+{{< /button-group >}}
+
+{{< button-group class="actions fit" >}}
+ {{< button title="FIT" link= "#buttons" class="primary" >}}
+ {{< button title="FIT" link= "#buttons" class="" >}}
+{{< /button-group >}}
+
+{{< button-group class="actions fit" >}}
+ {{< button title="FIT + SMALL" link= "#buttons" class="primary fit small" >}}
+ {{< button title="FIT + SMALL" link= "#buttons" class="fit small" >}}
+{{< /button-group >}}
+
+{{< button-group class="actions" >}}
+ {{< button title="ICON" link= "#buttons" class="primary icon solid fa-search" >}}
+ {{< button title="ICON" link= "#buttons" class="icon solid fa-download" >}}
+{{< /button-group >}}
+
+{{< button-group class="actions" >}}
+ {{< button title="PRIMARY" link= "#buttons" class="primary disabled" >}}
+ {{< button title="DEFAULT" link= "#buttons" class="disabled" >}}
+{{< /button-group >}} \ No newline at end of file