Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 848 Bytes

readme.md

File metadata and controls

46 lines (32 loc) · 848 Bytes

solidjs-filesystem-component

filesystem component for the solid.js framework

features

  • provide filesystem object fs for other components
  • live view of the filesystem
  • expand and collapse directories
  • click to select file

compatible

compatible with

  • the node.js filesystem API (except all the *Sync functions)
  • browserfs
  • lightningfs
  • filer
  • ...

install

npm install -D https://github.com/milahu/solidjs-filesystem-component

usage

see demo/

develop

cd $(mktemp -d)
git clone --depth 1 https://github.com/milahu/solidjs-filesystem-component
cd solidjs-filesystem-component/
pnpm install 
npm run dev 

related