Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
The <Badge> component is a numerical indicator of associated items. For a simple colored circle without a number inside, pass in the "empty" prop. If empty, it will not display any text within the badge.
| Name | Description | Default |
|---|---|---|
| text | string | '' |
| context | One of: inverse, success, success-inverse, info, info-inverse, warning, warning-inverse, danger, danger-inversestring | - |
| empty | bool | false |
| className | string | - |
| style | object | - |