<ToastContainer>
API reference
| Option | Description | Type | Default |
|---|---|---|---|
| position | Global toast's Position | top-left, top-center, top-right, bottom-left, bottom-center, bottom-right | top-center |
| containerId | ToastContainer's unique id | String | |
| reverse | Direction when toast appear | Boolean | false |
| className | Class of ToastContainer | String | |
| style | Style of ToastContainer | Object | |
| gap | Gap Between toasts | Number | 9 |
| pauseOnActivate | Pause Toast timer when blur events occurs | Boolean | true |