Button
Inline button with icon and style variants.
Button renders an inline link styled as a button, with optional icon and variant.
Usage
:button[Download]{url="/" icon="download"}
:button[GitHub]{url="https://github.com" icon="github"}<Button url="/" icon="download">
Download
</Button>
<Button url="https://github.com" icon="github">
GitHub
</Button>