I have no experience with the package itself unfortunatly.
I’m however in the progress of building one based on Material-ui. I want it to be a drop-in type of package where you can simply do something like this:
<Wrapper>
<UserLogin />
<UserRegistration />
</Wrapper>
The Vue equivalent is also in the pipelines…