dioxus-swdir-tree 0.9.1

Directory-tree explorer widget for Dioxus: lazy loading, display filters, selection, keyboard navigation, drag & drop.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# dioxus-swdir-tree

Two tree widgets for [Dioxus](https://dioxuslabs.com) apps:

- **`DirectoryTreeView`** — lazy-loading filesystem directory explorer
- **`ItemTreeView<T>`** — generic in-memory tree over caller-supplied data

Both provide keyboard navigation, multi-selection, drag & drop, incremental search, and icon themes. Framework-free state machines live in `dioxus-swdir-tree-core`.

```toml
[dependencies]
dioxus-swdir-tree = "0.9"
```

See the repository [README](https://github.com/nabbisen/dioxus-swdir-tree) for full wiring examples and the feature table.

License: Apache-2.0.