0.0.1 • Published 12 months ago

react-dropdown-custom v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

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

ChromeFirefoxSafariOperaEdgeIE
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