README.md 622 Bytes
Newer Older
Рамис's avatar
Рамис committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# react-ag-qeditor

> Made with create-react-library

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

## Install

```bash
npm install --save react-ag-qeditor
```

## Usage

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

import MyComponent from 'react-ag-qeditor'
import 'react-ag-qeditor/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}
```

## License

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