Skip to content

AbdulhakimZ/quantity-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Quantity Picker

Installation

NPM

$ npm install --save react-qty-picker

Yarn

$ yarn add react-qty-picker

Usage

Import

import { QuantityPicker } from 'react-qty-picker';

Use

<QuantityPicker />

Guides

Github

Docs

If you like my work feel free to

For contributors

Thank you for your interest in contributing to the QuantityPicker React NPM Package! Below are the guidelines for contributing:

Reporting Issues:

If you come across any issues or bugs with the QuantityPicker package, please follow these steps to report them:

  1. Check existing issues: Before creating a new issue, please search the GitHub issue tracker to see if the problem has already been reported by someone else.

  2. Create a new issue: If the issue is not already reported, you can create a new issue in the GitHub repository. Please provide detailed information about the problem, including steps to reproduce it and any relevant error messages.

Pull Requests:

We welcome contributions through pull requests. If you have an improvement or bug fix to offer, follow these steps:

  1. Fork the repository: Start by forking the QuantityPicker repository on GitHub.

  2. Create a new branch: Create a new branch for your changes. It's recommended to name the branch related to the feature or fix you are working on.

  3. Make the changes: Implement your changes or fixes in the new branch. Ensure that your code adheres to the existing coding style and guidelines of the project.

  4. Commit and push: Commit your changes and push them to your forked repository.

  5. Create a pull request: Open a pull request from your branch to the main repository's main branch. Provide a clear and descriptive title for the pull request and include any relevant information about the changes you made.

  6. Review and feedback: Your pull request will be reviewed by the maintainers. Be open to feedback and make any necessary changes if requested.

  7. Merge: Once your pull request is approved, it will be merged into the main repository, and your contribution will become part of the QuantityPicker package.

Code Guidelines:

  • Follow the existing coding style and conventions used in the package.
  • Write clear and meaningful commit messages for each change.
  • Include appropriate comments in the code to explain complex logic or implementation details.
  • Ensure that your changes do not introduce new issues or break existing functionality.

Licensing:

By contributing to the QuantityPicker package, you agree that your contributions will be licensed under the same license as the rest of the project.

Contact:

If you have any questions or need further assistance, feel free to reach out to through the GitHub issues or contact me at my email.

Thank you for contributing to QuantityPicker! Your efforts are greatly appreciated, and together we can make this package even better! 🎉