https://github.com/privoce/alora-editor
https://github.com/privoce/alora-editor
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/privoce/alora-editor
- Owner: Privoce
- Created: 2020-07-16T08:09:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T08:21:48.000Z (about 6 years ago)
- Last Synced: 2025-02-21T21:51:18.324Z (over 1 year ago)
- Language: JavaScript
- Size: 216 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alor-editor
> Rich Text Editor for Alora
[](https://www.npmjs.com/package/alor-editor) [](https://standardjs.com)
## Install
```bash
npm install --save alor-editor
```
## Usage
```jsx
import React, { Component } from 'react'
import Editor from 'alor-editor'
import 'alor-editor/dist/index.css'
class Example extends Component {
render() {
return
}
}
```
## License
MIT © [WenheLI](https://github.com/WenheLI)