react-toastr icon indicating copy to clipboard operation
react-toastr copied to clipboard

Importing demo.css

Open johnmesh opened this issue 7 years ago • 1 comments

How do i import demo.css into my react project? I am currently using using create-app to generate my project

johnmesh avatar Jan 22 '18 14:01 johnmesh

Load the CSS for the plain js library: https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css .

More here options here: https://github.com/CodeSeven/toastr

razius avatar Jun 02 '18 19:06 razius