Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)