Hi :smile: Are there any samples of how to create ...
# mvikotlin
y
Hi 😄 Are there any samples of how to create nested navigation with Decompose ? 😄
a
Hello! You just create the
Router
as usual in an inner (nested) component. You can check the Counter sample, which demonstrates two-level navigation.
✅ 1