Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bali182/regef
A graphical editing tool for React.
https://github.com/bali182/regef
graphical-editor react
Last synced: about 7 hours ago
JSON representation
A graphical editing tool for React.
- Host: GitHub
- URL: https://github.com/bali182/regef
- Owner: bali182
- Created: 2017-10-24T17:53:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T17:25:57.000Z (about 5 years ago)
- Last Synced: 2024-12-30T02:05:40.757Z (22 days ago)
- Topics: graphical-editor, react
- Language: TypeScript
- Homepage:
- Size: 514 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# regef [![Build Status](https://travis-ci.org/bali182/regef.svg?branch=master)](https://travis-ci.org/bali182/regef)
A graphical editing tool for [React](https://reactjs.org/).It was mainly design with flowcharts/diagrams in mind. Many ideas were taken from [GEF](https://www.eclipse.org/gef/).
**WARNING**: this project is work in progress. It's not fully tested, progress of tests can be followed on: https://travis-ci.org/bali182/regef
![demo image](https://user-images.githubusercontent.com/3879181/37098655-54162c92-2216-11e8-8452-f2cf3baea8aa.gif "Demo image")
## core principles
- Render whatever you want.
- Model your data however you want.
- Handle customized events describing user intention, separate from your components.## examples
https://github.com/bali182/regef/tree/master/example## docs
In progress, the APIs are still not final.