name | type | description | see also |
---|---|---|---|
text | str | Badge Text | |
card | bool | Determines if badge is for a card. You probably don't need this. | UIKit Documentation / Card |
Note that all props are default values
<script>
import {Badge} from 'svelte-uikit3';
</script>
<Badge text=""/>