26 lines
338 B
Markdown
26 lines
338 B
Markdown
|
`OrderStatus` (component)
|
||
|
=========================
|
||
|
|
||
|
Use `OrderStatus` to display a badge with human-friendly text describing the current order status.
|
||
|
|
||
|
|
||
|
|
||
|
Props
|
||
|
-----
|
||
|
|
||
|
### `order`
|
||
|
|
||
|
- **Required**
|
||
|
- Type: Object
|
||
|
- Default: null
|
||
|
|
||
|
The order to display a status for.
|
||
|
|
||
|
### `className`
|
||
|
|
||
|
- Type: String
|
||
|
- Default: null
|
||
|
|
||
|
Additional CSS classes.
|
||
|
|