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.
- 🏠 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.
You can install nepal-address-pickers
using npm or yarn:
npm install nepal-address-pickers --save
# or
yarn add nepal-address-pickers
- Import the components from
nepal-address-pickers
in your React application:
import { SelectDistrict } from 'nepal-address-pickers';
- Use the components in your JSX:
<SelectDistrict
placeholder="Select a district"
onChange={option=>console.log(option)}
/>
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 for details on how to get started.
This project is licensed under the MIT License.