dioxus-bootstrap-css 0.2.6

Bootstrap 5.3 components for Dioxus — type-safe RSX wrappers powered by Bootstrap CSS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dioxus-bootstrap-css"
version = "0.2.6"
readme = "../../README.md"
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0"
description = "Bootstrap 5.3 components for Dioxus — type-safe RSX wrappers powered by Bootstrap CSS"
repository = "https://github.com/mik-tf/dioxus-bootstrap"
keywords = ["dioxus", "bootstrap", "wasm", "ui", "components"]
categories = ["gui", "wasm", "web-programming"]

[dependencies]
dioxus = { version = "0.7", default-features = false, features = ["macro", "html", "signals", "hooks", "document", "asset"] }
gloo-timers = { version = "0.3", features = ["futures"] }