Skip to content

haomiao/react-custom-component-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published