1.0.0 • Published 4 years ago

react-myscript-file-explorer v1.0.0

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

react-myscript-file-explorer

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-myscript-file-explorer

Usage

import React, { Component } from 'react'

import MyComponent from 'react-myscript-file-explorer'
import 'react-myscript-file-explorer/dist/index.css'

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

License

MIT © vivienld