MessageContaineris the container where your toast message will show. It localed on the center of the top by default. useMessageprovide interface hook which you can control the meesage, If you dislike the hook, we also provideMessageContextobject andwithMessagehelper function. Example import{Button...
Then just use the library as before. For example, if I want to show the newtomatoToasttype I just created above: Toast.show({type:'tomatoToast',// And I can pass any custom props I wantprops:{uuid:'bba1a7d0-6ab2-4a0a-a76e-ebbe05ae6d70'}}); All the available props onBaseToa...