Skip to content

Commit

Permalink
fix: Update README.md
Browse files Browse the repository at this point in the history
there was a break in "ToastProvider Props" table
  • Loading branch information
ramyareye committed Jun 25, 2020
1 parent c7d2951 commit 957b65e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -53,7 +53,6 @@ For brevity:
| -------------------------------------- | ---------------------------------------------------------------------------------------- |
| autoDismissTimeout `number` | Default `5000`. The time until a toast will be dismissed automatically, in milliseconds. |
| autoDismiss `boolean` | Default: `false`. Whether or not to dismiss the toast automatically after a timeout. |

| children `Node` | Required. Your app content. |
| components `{ ToastContainer, Toast }` | Replace the underlying components. |
| placement `PlacementType` | Default `top-right`. Where, in relation to the viewport, to place the toasts. |
Expand Down

0 comments on commit 957b65e

Please sign in to comment.