1.0.4 • Published 12 months ago

tpp-react-components v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
12 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 />
  }
}

Publish

npm run build
npm login
<login credentials process>
npm publish

License

MIT ©