Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
1a2aea8c
Commit
1a2aea8c
authored
May 10, 2022
by
Рамис
Browse files
edit readme
parent
a67a4dc7
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
1a2aea8c
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
## Install
## Install
```
bash
```
bash
npm
install
--save
react-ag-qeditor
npm
install
--save
https://gitlab.atma.company/lib/
react-ag-qeditor
.git
```
```
## Usage
## Usage
...
@@ -15,12 +15,12 @@ npm install --save react-ag-qeditor
...
@@ -15,12 +15,12 @@ npm install --save react-ag-qeditor
```
jsx
```
jsx
import
React
,
{
Component
}
from
'
react
'
import
React
,
{
Component
}
from
'
react
'
import
MyComponent
from
'
react-ag-qeditor
'
import
QEditor
from
'
react-ag-qeditor
'
import
'
react-ag-qeditor/dist/index.css
'
import
'
react-ag-qeditor/dist/index.css
'
class
Example
extends
Component
{
class
Example
extends
Component
{
render
()
{
render
()
{
return
<
MyComponent
/>
return
<
QEditor
/>
}
}
}
}
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment