react-select-currency

1.0.7 • Public • Published

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

/react-select-currency/

    Package Sidebar

    Install

    npm i react-select-currency

    Weekly Downloads

    382

    Version

    1.0.7

    License

    MIT

    Last publish

    Collaborators

    • lsiden