react-dropdown-custom
v0.0.1
Published
Single and Grouped dropdown select for React applications
Downloads
4
Maintainers
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.
Table of Contents
Features
- Supports the Promise
Browser Support
| | | | | | --- | --- | --- | --- | --- | --- | 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