dioxus-swdir-tree 0.9.1

Directory-tree explorer widget for Dioxus: lazy loading, display filters, selection, keyboard navigation, drag & drop.
Documentation

dioxus-swdir-tree

Two tree widgets for Dioxus 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.

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

See the repository README for full wiring examples and the feature table.

License: Apache-2.0.