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
12
The input element is used to accept a text input from the user. It can be styled and configured to fit various use cases, such as forms or search bars.

## Component Structure

```rust
input {
    // Global html attributes
    class: "dx-input",
    // Children
    {children}
}
```