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

https://github.com/privoce/alora-editor


https://github.com/privoce/alora-editor

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# alor-editor

> Rich Text Editor for Alora

[![NPM](https://img.shields.io/npm/v/alor-editor.svg)](https://www.npmjs.com/package/alor-editor) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)