Skip to content
Snippets Groups Projects
Commit 29aa7ce7 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

feat: add APill wrapper component for AColorBadge

parent 84e32d8d
No related branches found
No related tags found
No related merge requests found
<template>
<AColorBadge class="tw-px-2 tw-py-1 tw-leading-none tw-rounded-full tw-whitespace-nowrap">
<slot />
</AColorBadge>
</template>
<script setup lang="ts">
import AColorBadge from '@/components/generic/AColorBadge.vue'
</script>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment