New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-select-currency

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-select-currency

Select currency from a dropdown with auto-fill.

latest
npmnpm
Version
1.0.7
Version published
Weekly downloads
332
-9.29%
Maintainers
1
Weekly downloads
 
Created
Source

react-select-currency

Select a currency from a drop-down list of countries with auto-fill.

Installation

On command line:

    (npm | yarn) react-select-currency

Usage

    import React from 'react';
    import SelectCurrency from '../src'


    const onSelectedCurrency = currencyAbbrev => {
        debug(`Selected ${currencyAbbrev}`)
    }

    function Demo() {
        return (
            <div>
                <SelectCurrency value={'USD'} onCurrencySelected={onSelectedCurrency} />
            </div>
        )
    }

Try the Demo

Credits

This component makes use of the following components, with thanks and acknowledgement to the authors and contributors:

Author

Lawrence Siden
Ann Arbor, MI

License

MIT

Keywords

react

FAQs

Package last updated on 23 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts