📝 Add link styles demo page

This commit is contained in:
James Panther
2021-11-06 16:32:34 +11:00
parent 8c0b1703c3
commit 5d1f8af7d3
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<a
class="link link-{{ .Get 0 }} sm:px-24 min-w-full py-2 mb-3 text-lg rounded"
href="#"
onclick="navigator.clipboard.writeText({{ .Get 0 }})"
>
<span class="mr-1">{{ partial "icon.html" (.Get 0) }}</span>
{{ .Get 0 }}
</a>