TaTa.js
Install
yarn add tata-js
OR
Usage
tatatext'Hello' 'Have a nice day.' // config})tata
Config
name | tpye | default | Description |
---|---|---|---|
position | string | tr | tr, tm, tl, mr, mm, ml, bl, bm, br |
duration | number | 3000 | show haw many time |
progress | boolean | true | dispaly a progress bar |
holding | boolean | false | no disappear |
closeBtn | boolean | true | show close button |
animate | string | fade | fade or slide |
onClick | function | null | callback function on click |
onClose | function | null | callback function on close |