A pattern library conforming with TechHive.IO's design system.
npm install --save th-pattern-library
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 />;
}
}
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.