| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| text | string |
'' |
N | Badge text content. |
| radius | 'full'\|'sm'\|'none'\|'leaf' |
'full' |
N | Border radius style. |
| isLeft | boolean |
false |
N | Whether to position on the left (only works when isInner is false). |
| isShow | boolean |
true |
N | Whether to show the badge. |
| offsetY | number |
0 |
N | Vertical offset (only works when isInner is false). |
| offsetX | number |
0 |
N | Horizontal offset (only works when isInner is false). |
| isInner | boolean |
false |
N | Whether to position inside. |
| injClass | string |
'' |
N | Injected CSS class name. |
| Name | Type | Params | Description |
|---|---|---|---|
| children | Snippet |
- | Content for relative positioning when isInner is false. |