1.0.4 • Published 2 years ago

@frugal-ui/fsexpress-filepicker v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

FsExpressFilePicker

FilePicker for BasicFsExpress

Usage

import FilePicker, {Types} from "@frugal-ui/fsexpress-filepicker";

const currentPath = new State('/initial/path');
const myFilePicker = FilePicker('Root', currentPath, [Types.File]);
const myDirPicker = FilePicker('Root', currentPath, [Types.Directory]);
const myAnythingPicker = FilePicker('Root', currentPath, [Types.File, Types.Directory]);
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago