Skip to content

Latest commit

 

History

History

Badge

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Badge

UIKit documentation

Storybook

Usage

Props

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

Real Example

Note that all props are default values

<script>
    import {Badge} from 'svelte-uikit3';
</script>

<Badge text=""/>