Skip to content

React components and demo for the Tabler UI theme.

License

Notifications You must be signed in to change notification settings

m8r1x/tabler-react

 
 

Repository files navigation

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

About

React components and demo for the Tabler UI theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 80.7%
  • JavaScript 18.3%
  • Other 1.0%