Fixed documentation bux

`color` should be `type` as described by props in component itself.
This commit is contained in:
Meldiron
2020-12-04 17:12:53 +01:00
committed by GitHub
parent d096159f70
commit 4f84b15850

View File

@@ -7,7 +7,7 @@
## Props
| Prop | Description | Default |
|-----------|--------------------------------------------------------------------|---------|
| `color` | One of `info`, `success`, `warning`, `danger` | `info` |
| `type` | One of `info`, `success`, `warning`, `danger` | `info` |
| `icon` | Custom icon name, or false if you want to hide the icon completely | `null` |
| `center` | Render notice content centered | `false` |