| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Solid Flow is a port of Svelte Flow for SolidJS.
It is a highly customizable component for building interactive graphs and node-based editors.
☣️ Solid Flow is alpha and currently under development. The API intends to follow React/Svelte Flow closely but some things might change for the sake of SolidJS. ☣️
The easiest way to get the latest version of Solid Flow is to install it via npm, yarn or pnpm:
npm install @xyflow/system solid-flowSome pre-requisites before install dependencies:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bashcurl -fsSL https://bun.sh/install | bashnvm use
bun installbun startbun run lint # checks source for lint violations
bun run format # checks source for format violations
bun run lint:fix # fixes lint violations
bun run format:fix # fixes format violationsThe only requirements when contributing are:
| Back | FazBrowse Home | New Git URL |