tpp-react-components

1.0.4 • Public • Published

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 ©

Readme

Keywords

none

Package Sidebar

Install

npm i tpp-react-components

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

85 kB

Total Files

7

Last publish

Collaborators

  • tpp-michaeld
  • tpp-npm