1.0.3 • Published 4 months ago

tpp-react-components v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

tpp-react-components

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save tpp-react-components

Usage

import React, { Component } from 'react'

import MyComponent from 'tpp-react-components'
import 'tpp-react-components/dist/index.css'

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

License

MIT ©