JSPM

nepal-address-pickers

0.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q38812F
  • License MIT

Package Exports

  • nepal-address-pickers
  • nepal-address-pickers/dist/main.js
  • nepal-address-pickers/dist/module.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nepal-address-pickers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nepal Address Pickers πŸ—ΊοΈ :flag_np:

npm version License: MIT Build Status Coverage Status Downloads

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:

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:
import { SelectDistrict } from 'nepal-address-pickers';
  1. Use the components in your 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 for details on how to get started.

License

This project is licensed under the MIT License.


Created with ❀️ by mhnpd :flag_np: