annotation
npm install --save text-annotation-rr
import React, { Component } from 'react'
import MyComponent from 'text-annotation-rr'
import 'text-annotation-rr/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
mit © [rohit rajput](https://github.com/rohit rajput)