wasm-theme 0.1.0

Change the data-theme CSS attribute on the html element with checkbox/toggle, radio-buttons, buttons, and/or select in WASM. The theme variable is saved in local storage. Compatible with tailwindcss and daisyUI.
Documentation
[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.web-sys]
features = ["Document", "Element", "Event", "Window", "Storage", "HtmlButtonElement", "HtmlElement", "HtmlInputElement", "HtmlSelectElement", "MediaQueryList", "Node", "NodeList"]
version = "0.3"

[dev-dependencies]

[lib]
name = "wasm_theme"
path = "src/lib.rs"

[package]
authors = ["JES <justin@jes.contact>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "web-programming"]
description = "Change the data-theme CSS attribute on the html element with checkbox/toggle, radio-buttons, buttons, and/or select in WASM. The theme variable is saved in local storage. Compatible with tailwindcss and daisyUI."
edition = "2024"
exclude = [".vscode/*", ".gitignore"]
keywords = ["dioxus", "wasm", "web-sys", "tailwindcss", "daisyui"]
license = "MIT"
name = "wasm-theme"
readme = "README.md"
repository = "https://github.com/justins-engineering/wasm-theme"
rust-version = "1.87.0"
version = "0.1.0"