Live demo: https://nicu.github.io/one-flow/
OneFlow is a concise React-based visual builder and component sandbox. It demonstrates a plugin-driven component registry, lazy-rendering lists and grids, data binding, animations and an editable canvas for rapid prototyping.
Quick start
- Install dependencies:
npm install- Run development server:
npm run dev- Build for GitHub Pages (outputs to
docs/):
npm run build