Skip to content

milahu/solidjs-filesystem-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0d3b77d · Dec 11, 2022

History

10 Commits
Dec 11, 2022
Dec 11, 2022
Dec 11, 2022
Dec 11, 2022
Dec 11, 2022
Dec 11, 2022
Dec 11, 2022
Dec 11, 2022
Dec 11, 2022
Dec 11, 2022

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