Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/koustov/rich-text-editor


https://github.com/koustov/rich-text-editor

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# rich-text-editor

> A simple rich text editor made with react

[![NPM](https://img.shields.io/npm/v/rich-text-editor.svg)](https://www.npmjs.com/package/rich-text-editor) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save rich-text-editor
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'rich-text-editor'
import 'rich-text-editor/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [koustov](https://github.com/koustov)