Hey folks. Trying to find a similar component to t...
# multiplatform
j
Hey folks. Trying to find a similar component to the NavigationDrawer in Compose Multiplatform but with no luck. Can someone confirm that theres no component of the shelf for this functionality.
p
In material3 you have
Copy code
ModalNavigationDrawer
There are other types for big screen like PermanentNavigationDrawer and DismissibleNavigationDrawer
j
thanks mate, I will check it out!
👍 1