Skip to content

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

NameTypeDefault ValueDescription
graphicsOptions

Slots

NameTypeDescription
marker
default

Styles

NameTypeDefault ValueDescription
--r-badge-color
--r-badge-padding-block
--r-badge-padding-inline

Released under the ISC License.