2017-08-20 20:29:35 +00:00
|
|
|
---
|
|
|
|
title: Button
|
|
|
|
description : "Nice buttons on your page."
|
|
|
|
---
|
|
|
|
|
|
|
|
A button is a just a clickable button with optional icon.
|
|
|
|
|
|
|
|
```
|
|
|
|
{{%/* button href="https://getgrav.org/" */%}}Get Grav{{%/* /button */%}}
|
2018-02-19 11:10:41 +00:00
|
|
|
{{%/* button href="https://getgrav.org/" icon="fas fa-download" */%}}Get Grav with icon{{%/* /button */%}}
|
|
|
|
{{%/* button href="https://getgrav.org/" icon="fas fa-download" icon-position="right" */%}}Get Grav with icon right{{%/* /button */%}}
|
2017-08-20 20:29:35 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
{{% button href="https://getgrav.org/" %}}Get Grav{{% /button %}}
|
2018-02-19 11:10:41 +00:00
|
|
|
{{% button href="https://getgrav.org/" icon="fas fa-download" %}}Get Grav with icon{{% /button %}}
|
|
|
|
{{% button href="https://getgrav.org/" icon="fas fa-download" icon-position="right" %}}Get Grav with icon right{{% /button %}}
|