dropdoc

Easy to use data (CSV, TSV, Excel) importer

Usage no npm install needed!

<script type="module">
  import dropdoc from 'https://cdn.skypack.dev/dropdoc';
</script>

README

dropdoc

Easy to use data (CSV, TSV, Excel) importer

NPM JavaScript Style Guide

Install

npm install --save dropdoc

Usage

import React, { Component } from 'react'

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

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

License

MIT © ankitgoyal100