Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 325 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 325 Bytes

SnapShots

a easy using toast in React


react-common-toast

$ npm install --save  react-common-toast

how to use

quick way

import Toast from "react-common-toast"; Toast.info("xxx");

fully api

Toast.info("xxx",duration,onClose);

License

ISC