NavigationButton in SwiftUI

Does SwiftUI now have a NavigationButton? And if not, what is it replaced by?

Replies

it's called a NavigationLink and it works inside a NavigationView. Look it up on the docs for how to use it.

Thanks a lot!