Web: components: Toast: added info about css file

This commit is contained in:
Daniil Senkiv 2019-08-02 13:52:24 +03:00
parent 5e9c18487c
commit 84545f2b5d

View File

@ -4,6 +4,7 @@
```js
import { Toast, toastr } from 'asc-web-components';
import 'react-toastify/dist/ReactToastify.min.css'; // You can place it here, but recommended place this file in main file, which contains all css`s
```
#### Description