1.0.0 • Published 2 years ago

my-first-react-to-react-table v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

my-first-react-to-react-table

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save my-first-react-to-react-table

Usage

import React, { Component } from 'react'

import MyComponent from 'my-first-react-to-react-table'
import 'my-first-react-to-react-table/dist/index.css'

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

License

MIT © VelusuriKomali

1.0.0

2 years ago