1.0.0 • Published 6 years ago

jutz-test v1.0.0

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

jutz-test

Test package for table styled with Tailwind

NPM JavaScript Style Guide

Install

npm install --save jutz-test

Usage

import React, { Component } from 'react'

import MyComponent from 'jutz-test'
import 'jutz-test/dist/index.css'

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

License

MIT © jutz

1.0.0

6 years ago