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>