1.0.10 • Published 5 years ago
annotationlib v1.0.10
annotationlib
test
Install
npm install --save annotationlib
Usage
import React, { Component } from 'react'
import MyComponent from 'annotationlib'
import 'annotationlib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}