pib-components-dx-base 0.0.0-upstream-snapshot.2026-09-19.1

temporary fork for Politik im Blick - Dioxus components
Documentation
1
2
3
4
5
6
7
8
9
10
11
The Toggle component is used to create a toggle button that can be pressed or unpressed. It is useful for creating a binary option, such as enabling or disabling a feature.

## Component Structure

```rust
// The Toggle component is used to create a toggle button that can be pressed or unpressed.
Toggle {
    // The contents of the toggle button.
    "Bold",
}
```