https://github.com/milahu/solidjs-filesystem-component
filesystem component for the solid.js framework. compatible with browserfs
https://github.com/milahu/solidjs-filesystem-component
browserfs filesystem fs solid-js solidjs
Last synced: about 2 months ago
JSON representation
filesystem component for the solid.js framework. compatible with browserfs
- Host: GitHub
- URL: https://github.com/milahu/solidjs-filesystem-component
- Owner: milahu
- License: mit
- Created: 2022-12-11T13:32:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T19:05:22.000Z (over 3 years ago)
- Last Synced: 2025-10-10T19:20:02.836Z (8 months ago)
- Topics: browserfs, filesystem, fs, solid-js, solidjs
- Language: JavaScript
- Homepage: https://milahu.github.io/solidjs-filesystem-component/
- Size: 209 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# 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
```sh
npm install -D https://github.com/milahu/solidjs-filesystem-component
```
## usage
see [demo/](demo/)
## develop
```sh
cd $(mktemp -d)
git clone --depth 1 https://github.com/milahu/solidjs-filesystem-component
cd solidjs-filesystem-component/
pnpm install
npm run dev
```
## related
- https://github.com/milahu/prosemirror-inplace-editing-demo
- https://github.com/milahu/solidjs-treeview-component
- https://github.com/aquaductape/solid-tree-view