Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koustov/rich-text-editor
https://github.com/koustov/rich-text-editor
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/koustov/rich-text-editor
- Owner: koustov
- Created: 2021-12-25T12:29:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-25T12:33:33.000Z (about 3 years ago)
- Last Synced: 2024-11-12T16:49:08.855Z (3 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)