DirectoryPicker
Directory selection dialog.
import { DirectoryPicker } from '@ybouhjira/hyperkit';#Playground
Edit the code — the preview recompiles and re-renders as you type.
Loading preview…
#Props
| Prop | Type | Default | Description |
|---|---|---|---|
items * | FileItem[] | — | — |
currentPath * | string | — | — |
onNavigate | (path: string) => void | — | — |
onBack | () => void | — | — |
onSelect | (path: string) => void | — | — |
loading | boolean | — | — |
title | string | — | — |
description | string | — | — |
class | string | — | — |
* required prop.