Using Materialize CSS with Meteor and React

Hello all,

I’m somewhat new to Meteor and am currently working on a project using Meteor and React. Everything is going smoothly the most part except for trying to use some of the Materialize CSS components. Particularly things like Toasts. I can’t seem to figure out how to go about getting them to work. For example, on my sign up form, I want to have it set so that when there is an error, a toast will come up displaying the error. i have everything in my form working except for that. Any ideas or suggestions are greatly appreciated.