0.2.0 • Published 10 months ago

react-currency-converter-widget v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

react-currency-converter-widget

Currency Converter React widget for https://github.com/minnya/react-currency-converter-widget.git

alt text

Install

yarn add -D react-currency-converter-widget

or

npm install --save-dev react-currency-converter-widget

Usage

import React from 'react';
import CurrencyConverter from 'react-currency-converter-widget';

render() {
    return (
        <div>
            <CurrencyConverter  />
        </div>
    );
}

Props

defaultFromCurrency: string

default From Currency (ex: USD)

defaultToCurrency: string

default To Currency (ex: JPY)

0.2.0

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago