wn-silva-theme/partials/button.htm

18 lines
607 B
HTML
Raw Normal View History

2024-10-09 19:36:44 +02:00
description = "Button"
[viewBag]
snippetCode = "button"
snippetName = "Button"
snippetProperties[href][title] = "href"
snippetProperties[href][type] = "string"
snippetProperties[href][default] = ""
snippetProperties[href][options][] = ""
snippetProperties[label][title] = "label"
snippetProperties[label][type] = "string"
snippetProperties[label][default] = ""
snippetProperties[label][options][] = ""
==
<a href="{{href}}" class="border-2 border-sky-500 rounded-lg shadow px-4 py-2 inline-block mt-2 mb-2 leading-none hover:bg-sky-100 transition duration-300 no-underline" target="_BLANK">
{{label}}
</a>