@argon_react/msg-btn
v1.2.0
Published
This a just a custom button for testing purpose only. This component will print your message in the console.
Downloads
18
Readme
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