Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-dropdown-custom

HuyFrontend10ISC0.0.1TypeScript support: included

Single and Grouped dropdown select for React applications

dropdown, select, react-dropdown, react-select, group-dropdown, dropdown-multi-selection, reactjs, javascript

readme

react-dropdown-custom

  • Simplest, lightest and fastest JS library to get your ip address and location.

  • Check current location by a provided ip address.

NPM JavaScript Style Guide

Table of Contents

Features

Browser Support

Chrome Firefox Safari Opera Edge IE
Latest ✔ Latest ✔ Latest ✔ Latest ✔ Latest ✔ 11 ✔

Installing

Package manager

Using yarn:

$ yarn add react-dropdown-custom

Using npm:

$ npm install react-dropdown-custom

Usage

import React from 'react';
import { Dropdown } from 'react-dropdown-custom';

export const App = () => {

  return <div>PAGE COTNENT</div>

};

License

MIT © HFrontend