1.2.0 • Published 2 years ago

@argon_react/msg-btn v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

User Guide

This a just a custom button for testing purpose only. This component will print your message in the console.

Commands

To install this component, use:

npm i @argon_react/msg-btn

How to use the Buttom component:

 import { CustomBtn } from "@argon_react/msg-btn";
 <CustomBtn msg={"Your message here"} />

Useful commands to publish npm package:

 npm login
 npm version major | minor| patch -m "commit msg"
 npm publish --access public
1.2.0

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago