https://github.com/sbekrin/canvaz
𝌕 Visual component-based content editor for React
https://github.com/sbekrin/canvaz
canvaz component-based content-management drag-and-drop edtior javascript react visual
Last synced: 10 months ago
JSON representation
𝌕 Visual component-based content editor for React
- Host: GitHub
- URL: https://github.com/sbekrin/canvaz
- Owner: sbekrin
- License: mit
- Created: 2015-01-19T09:15:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T00:20:26.000Z (about 7 years ago)
- Last Synced: 2025-03-22T03:02:55.338Z (11 months ago)
- Topics: canvaz, component-based, content-management, drag-and-drop, edtior, javascript, react, visual
- Language: TypeScript
- Homepage:
- Size: 2.09 MB
- Stars: 40
- Watchers: 6
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canvaz Editor [](https://github.com/prettier/prettier)
Canvaz (former Spectro) is visual, modular content editor. Unlike any WYSIWYG-editors,
Canvaz works with component tree instead of text. It provides extensibility
and great visual control of output.
## Demo

## Development
It's recomended to develop while running example.
```bash
npm run example
```
To build UMD library, run `npm run build`.
## License
MIT © [Sergey Bekrin](https://github.com/sbekrin)