Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 710 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 710 Bytes

tabler-react

NPM JavaScript Style Guide

Package Requirement

Make sure you have Node.js 8+ and npm installed.

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