dioxus-switch 0.1.1

A dioxus libary that gives an alternative to the dioxus-router library which is much simpler to use, recommended for desktop apps only
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dioxus-switch"
description = "A dioxus libary that gives an alternative to the dioxus-router library which is much simpler to use, recommended for desktop apps only"
license = "Apache-2.0"
version = "0.1.1"
edition = "2024"

[dependencies]
dioxus-core = "0.6.3"
dioxus-core-macro = "0.6.3"
dioxus-hooks = "0.6.2"
dioxus-signals = "0.6.3"
dioxus-switch-macro = "0.1.0"