filesystem component for the solid.js framework
- provide filesystem object
fs
for other components - live view of the filesystem
- expand and collapse directories
- click to select file
compatible with
- the node.js filesystem API (except all the
*Sync
functions) - browserfs
- lightningfs
- filer
- ...
npm install -D https://github.com/milahu/solidjs-filesystem-component
see demo/
cd $(mktemp -d)
git clone --depth 1 https://github.com/milahu/solidjs-filesystem-component
cd solidjs-filesystem-component/
pnpm install
npm run dev