1.4.0 • Published 4 years ago

annotatorlib v1.4.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

annotatorlib

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save annotatorlib

Usage

import React, { Component } from 'react'

import MyComponent from 'annotatorlib'
import 'annotatorlib/dist/index.css'

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

License

MIT © xxingjjing