nepal-address-pickers
Version:
60 lines (37 loc) β’ 2.12 kB
Markdown
# Nepal Address Pickers πΊοΈ :flag_np:
[](https://badge.fury.io/js/nepal-address-pickers)
[](https://opensource.org/licenses/MIT)
[](https://travis-ci.com/your-username/nepal-address-pickers)
[](https://coveralls.io/github/your-username/nepal-address-pickers?branch=main)
[](https://www.npmjs.com/package/nepal-address-pickers)
Simplify address selection in Nepal with the `nepal-address-pickers` library. Effortlessly integrate dropdown select components for Nepal's geographical distribution, providing users with an intuitive way to choose locations.
## Features
- π Easily select Nepal's districts, regions, and more in your applications.
- π Intuitive dropdowns make address selection user-friendly.
- πΊοΈ Seamlessly integrate with your existing UI components.
- π Simple installation and usage for quick implementation.
## Installation
You can install `nepal-address-pickers` using npm or yarn:
```bash
npm install nepal-address-pickers --save
# or
yarn add nepal-address-pickers
```
## Usage
1. Import the components from `nepal-address-pickers` in your React application:
```javascript
import { SelectDistrict } from 'nepal-address-pickers';
```
2. Use the components in your JSX:
```jsx
<SelectDistrict
placeholder="Select a district"
onChange={option=>console.log(option)}
/>
```
## Contributing
Contributions are welcome! Whether you want to suggest improvements, report bugs, or add new features, we appreciate your help. Please refer to our [Contribution Guidelines](CONTRIBUTING.md) for details on how to get started.
## License
This project is licensed under the [MIT License](LICENSE).
---
Created with β€οΈ by [mhnpd](https://github.com/mhnpd) :flag_np: