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
| Prop | Type | Default | Description |
|---|---|---|---|
bold | Boolean | true | Toggles bold styling without affecting layout width |
Slots
The component is entirely slot-based
| Name | Props | Description |
|---|---|---|
detault | -- | Text content to display |