0.1.1 • Published 4 years ago

react-custom-component-button v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

A custom component used by react, which is a demo project.

compile:

the dir of esm and lib are the packed objects.

update the packed objects to npm:

  • cd react-custom-component-button
  • npm login
  • npm publish

How to use the component in your project:

  • npm i -D react-custom-component-button
  • import {Button} from 'react-custom-component-button';
  • where to use the component, use tag: 'Button'