# 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.