pub fn DirectoryTreeView(_: DirectoryTreeViewProps) -> ElementExpand description
A lazy-loading, filterable, keyboard-navigable, drag-and-drop, search-aware directory-tree explorer widget for Dioxus.
§Props
| Prop | Type | Description |
|---|---|---|
tree | Signal<DirectoryTree> | The tree state. |
on_event | EventHandler<DirectoryTreeEvent> | Receives every interaction. |
theme | Option<ArcTheme> | Icon theme; defaults to UnicodeTheme (or LucideTheme with the icons feature). |
See the crate README for a full wiring example.
§Props
For details, see the props struct definition.