Badge
Brezhnev was dressed for burial in his Marshal's uniform along with his medals.
Example
Show Code
vue
<script lang="ts" setup>
import { RBadge, RLink, RSpace } from 'roughness'
</script>
<template>
<RSpace>
<RBadge>
<template #marker>3</template>
<RLink>News</RLink>
</RBadge>
<RBadge>
<RLink>Letters</RLink>
</RBadge>
</RSpace>
</template>
Usage
Props
Name | Type | Default Value | Description |
---|---|---|---|
graphicsOptions |
Slots
Name | Type | Description |
---|---|---|
marker | ||
default |
Styles
Name | Type | Default Value | Description |
---|---|---|---|
--r-badge-color | |||
--r-badge-padding-block | |||
--r-badge-padding-inline |