npm-utils-package
v1.2.3
Published
`npm-utils-package` is a small utility package developed for learning purposes, aiming to demonstrate how to build and publish npm packages. It includes a simple button component and a custom hook for counter functionality.
Downloads
3
Readme
npm-utils-package
npm-utils-package
is a small utility package developed for learning purposes, aiming to demonstrate how to build and publish npm packages. It includes a simple button component and a custom hook for counter functionality.
Installation
You can install npm-utils-package
via npm:
npm install npm-utils-package
Usage
Button Component
The package provides a simple button component, Button, which can be used in your React applications.
useCounter Hook
The package also includes a custom hook, useCounter, which can be used to implement counter functionality in your React components.
Contribution
Feel free to contribute to this package by submitting issues or pull requests