Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 604 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 604 Bytes

tabler-react

NPM JavaScript Style Guide

Install

npm install --save tabler-react

Usage

import React, { Component } from 'react'

import MyComponent from 'tabler-react'

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

License

MIT © jonthomp and AaronCoplan