Skip to content

WeBoldText

A compact component that displays text with optional bold styling, while preserving layout width to prevent shifts when toggling bold.

Usage

vue
<template>
  <WeBoldText>
    Active
  </WeBoldText>
</template>

Props

PropTypeDefaultDescription
boldBooleantrueToggles bold styling without affecting layout width

Slots

The component is entirely slot-based

NamePropsDescription
detault--Text content to display