Skip to content

milahu/solidjs-filesystem-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

filesystem component for the solid.js framework. compatible with browserfs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published