<ToastContainer>
Props
| option | description | type | default |
|---|---|---|---|
| position | Global toast's Position | 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right' | top-center |
| className | Class of <ToastContainer /> | String | '' |
| style | Style of <ToastContainer /> | Object | {} |
| containerId | ToastContainer's unique id | String | '' |
| reverse | Direction when toast appear | Boolean | false |
| gap | Gap Between toasts | Number | 9 |
| pauseOnActivate | Pause Toast timer when blur events occurs | Boolean | true |
| limit | Limit the number of toast to be displayed | Number |