Add keywords list component

This commit is contained in:
Alex Haslam 2023-12-09 21:40:30 +00:00
parent ea8344a4bc
commit b1e8e00267
No known key found for this signature in database
3 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<span style="margin-top: 0.5rem" class="mr-2">
<span class="flex">
<span
class="rounded-full bg-primary-500 dark:bg-primary-300 text-neutral-50 dark:text-neutral-700 px-1 py-[1px] text-xs font-normal"
>
{{ . }}
</span>
</span>
</span>

View file

@ -0,0 +1 @@
{{ partial "keyword.html" .Inner }}

View file

@ -0,0 +1 @@
<div class="flex flex-row flex-wrap items-center">{{- .Inner -}}</div>