swordev / suid

A port of Material-UI (MUI) built with SolidJS.
https://suid.io
MIT License
673 stars 48 forks source link

Implement `BottomNavigation`/`BottomNavigationAction` #212

Closed TheUnlocked closed 1 year ago

TheUnlocked commented 1 year ago

Does what the title says. A couple examples are included in the docs.

Implementation notes:

juanrgm commented 1 year ago

Did you use @suid/codemod for the transform?

I will review the code this weekend, thanks you!

TheUnlocked commented 1 year ago

Yes, though I had to make substantial manual changes due to the original component relying on VDOM features around manipulating children.