Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T00:20:26.000Z (almost 6 years ago)
- Last Synced: 2024-10-09T09:54:41.090Z (3 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: 7
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canvaz Editor [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](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
![](https://github.com/sbekrin/spectro/raw/master/.github/example.gif)## 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)