UNPKG

nepal-address-pickers

Version:
60 lines (37 loc) β€’ 2.12 kB
# Nepal Address Pickers πŸ—ΊοΈ :flag_np: [![npm version](https://badge.fury.io/js/nepal-address-pickers.svg)](https://badge.fury.io/js/nepal-address-pickers) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.com/your-username/nepal-address-pickers.svg?branch=main)](https://travis-ci.com/your-username/nepal-address-pickers) [![Coverage Status](https://coveralls.io/repos/github/your-username/nepal-address-pickers/badge.svg?branch=main)](https://coveralls.io/github/your-username/nepal-address-pickers?branch=main) [![Downloads](https://img.shields.io/npm/dt/nepal-address-pickers.svg)](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: