mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
Add keywords list component
This commit is contained in:
@@ -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>
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{{ partial "keyword.html" .Inner }}
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
<div class="flex flex-row flex-wrap items-center">{{- .Inner -}}</div>
|
||||||
Reference in New Issue
Block a user