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

buttons.md « elements « content « exampleSite - github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ace25efa8e773ca6967e7178baeb869f778e77e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 >}}