0.1.8 • Published 5 years ago

rc-toaster v0.1.8

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.0

6 years ago