0.1.8 • Published 4 years ago

rc-toaster v0.1.8

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

react-toast

react component of toast

install

npm install --save rc-toaster

usage

import Toast from 'rc-toaster';

Toast.text('this is a Toast');
Toast.text({
  content: <span>this is a Toast</span>,
  mask: false,
  duration: 5,
  onCloseCallBack: function(){
    console.log('has close')
  }
});

API

propertyexplaintypedefault
contentshow contentsstring-
maskshow maskbooleantrue
prefixClsstyle classNamestring'w-toast'
durationDestruction timenumber3
onCloseCallBackclose callbackfunction-
0.1.8

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

5 years ago

0.1.0

5 years ago