0.3.0 • Published 4 years ago

diy-table v0.3.0

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

@ashes/dy-table

react table component

NPM JavaScript Style Guide

Install

npm install --save @ashes/dy-table

Usage

import React, { Component } from 'react'

import MyComponent from '@ashes/dy-table'
import '@ashes/dy-table/dist/index.css'

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

License

MIT © ashesvats

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago