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

Latest commit

 

History

History
29 lines (19 loc) · 591 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 591 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