26 lines
312 B
Markdown
26 lines
312 B
Markdown
|
`Count` (component)
|
||
|
===================
|
||
|
|
||
|
Display a number with a styled border.
|
||
|
|
||
|
|
||
|
|
||
|
Props
|
||
|
-----
|
||
|
|
||
|
### `count`
|
||
|
|
||
|
- **Required**
|
||
|
- Type: Number
|
||
|
- Default: null
|
||
|
|
||
|
Value of the number to be displayed.
|
||
|
|
||
|
### `label`
|
||
|
|
||
|
- Type: String
|
||
|
- Default: `''`
|
||
|
|
||
|
A translated label with the number in context, used for screen readers.
|
||
|
|