Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions site/pages/docs/toaster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This component will render all toasts. Alternatively you can create own renderer

### `position` Prop

You can change the position of all toasts by modifying supplying `positon` prop.
You can change the position of all toasts by modifying supplying `position` prop.

| Positions | | |
| ----------- | ------------- | ------------ |
Expand All @@ -54,15 +54,15 @@ You can change the position of all toasts by modifying supplying `positon` prop.

### `reverseOrder` Prop

Toasts spawn at top by default. Set to `true` if you want new toasts at the end.
Toasts spawn at the top by default. Set to `true` if you want new toasts at the end.

### `containerClassName` Prop

Add a custom CSS class name to toaster div. Defaults to `undefined`.
Add a custom CSS class name to the toaster div. Defaults to `undefined`.

### `containerStyle` Prop

Customize the style of toaster div. This can be used to change the offset of all toasts
Customize the style of the toaster div. This can be used to change the offset of all toasts

### `gutter` Prop

Expand Down