README.md 650 Bytes
Newer Older
Рамис's avatar
Рамис committed
1
2
3
4
5
6
7
8
9
# 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
Рамис's avatar
Рамис committed
10
npm install --save https://gitlab.atma.company/lib/react-ag-qeditor.git
Рамис's avatar
Рамис committed
11
12
13
14
15
16
17
```

## Usage

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

Рамис's avatar
Рамис committed
18
import QEditor from 'react-ag-qeditor'
Рамис's avatar
Рамис committed
19
20
21
22
import 'react-ag-qeditor/dist/index.css'

class Example extends Component {
  render() {
Рамис's avatar
Рамис committed
23
    return <QEditor />
Рамис's avatar
Рамис committed
24
25
26
27
28
29
30
  }
}
```

## License

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