Skip to content

techhiveIO/THIO-React-Library

Repository files navigation

th-pattern-library

A pattern library conforming with TechHive.IO's design system.

NPM JavaScript Style Guide

Install

npm install --save th-pattern-library

Usage

import React, { Component } from 'react';

import MyComponent from 'th-pattern-library';
import 'th-pattern-library/dist/index.css';

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

License

TechHive.IO React Library is © 2020 TechHive.IO LLC . It is distributed under the Creative Commons Attribution License.

The names and logos for TechHive.IO LLC are trademarks of TechHive.IO LLC.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published