Files
tauri/examples/navigation
Amr Bashir 9eaeb5a8cd refactor: refactor parent APIs on WindowBuilder (#8622)
* refactor: refactor parent APIs on `WindowBuilder`

closes #8587 #1643

* fix build

* clippy

* support parent in JS and config

* change files

* fix build

* clippy

* fix doctests

* fix linux build

* fix doctests

* update docs

* fix api, update example to use JS API

* fix merge

* lint

* fix tests on windows

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-01-31 13:59:14 -03:00
..
2023-02-19 10:17:49 -03:00

Navigation Example

A very simple Tauri Application with frontend navigation.

To execute run the following on the root directory of the repository: cargo run --example navigation --features window-create.