/optiontable

Tábua de Opções estilo TastyWorks

Primary LanguageJavaScript

table-options

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save table-options

Usage

import React, { Component } from 'react'

import MyComponent from 'table-options'
import 'table-options/dist/index.css'

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

License

MIT © jeffnts