https://github.com/easylogic/react-editor
Fantastic Web Design Tool for React
https://github.com/easylogic/react-editor
easylogic react studio
Last synced: about 1 year ago
JSON representation
Fantastic Web Design Tool for React
- Host: GitHub
- URL: https://github.com/easylogic/react-editor
- Owner: easylogic
- License: mit
- Created: 2021-07-04T13:45:42.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T17:11:36.000Z (almost 5 years ago)
- Last Synced: 2024-10-29T16:10:50.585Z (over 1 year ago)
- Topics: easylogic, react, studio
- Language: TypeScript
- Homepage:
- Size: 560 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Wrapper for EasyLogic Studio
# How to use
refer to dev-index.tsx
```js
import * as React from 'react';
import * as ReactDOM from 'react-dom';
import EditorView from "@easylogic/react-editor";
ReactDOM.render(, document.getElementById('app'));
```
## Features
* initialize plugin
* add UI Element
* add MenuItem in sidebar
* add Inspector
* add Html Renderer
* add Layer Model
# Local Dev
Please install `react` and `react-dom`
```
npm install
npm install @easylogic/react-editor react react-dom
npm run dev
```
# How to run
```js
npm run dev
```