Badge
Badge component.
Props
Name | Type | Default | Description |
|---|---|---|---|
action | string, func | Either an onClick function or a href string | |
children | node | ||
intent | normal | prominent | normal | |
size | small | medium | small | |
target | _self | _blank | Allow to open in new window | |
type | splash | success | warning | destructive | info | splash |
Actions
Type | Support | Description |
|---|---|---|
Synchronous | An action that is executed locally and immediately. | |
Hyperlink | A hyperlink that navigates to a different route. | |
Ansynchronous | An action that is triggered immediately, but takes an unknown amount of time to complete. |