Closed ant04x closed 4 years ago
Hello,
Thanks for reaching out. Do you see any errors in the console? To help us debug this issue, please consider producing a Glitch demo (glitch.com) for us to look at together. Here's a sample repro from another bug.
Allright, there was an error that I thought it was provoked by other thing and noup... 😅
In the end it was I had imported a component I was not using it in the HTML structure, crashing in an error and impeding the importation of the Tab Bar component.
Thank U for your amazing help!! 🤗 And sorry for be such a rookie...
Hi!
This is my first issue on Github, I hope to publish all fine... 😋
I'm trying to migrate from the external version (Unpkg) to the local version (NodeJS) for my PWA and everything works except the tab-bar animation changing the selected tab.
I've installed all MDC components via NPM because I use the most of them, and then I instantiate all the components that I'm using. This is all that I use for the tab bar:
I'm asuming that use the tab-bar don't requires a code for the changing selection... At least with the externals resources it didn't need it...
Finally, because I'm not importing external resources, I don't use anything from the auto-init package. Everything that needs it with the external resources for the animations, works perfectly without all the auto-init things, the textfield for example, but my tab bar not, it stays without any move. 😐
Thanks and have a nice day!