Skip to content

minnya/react-currency-converter-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 11, 2024
1e42a3f · Oct 11, 2024

History

11 Commits
Oct 1, 2024
Oct 11, 2024
Oct 1, 2024
Oct 1, 2024
Oct 11, 2024
Oct 11, 2024
Oct 1, 2024
Oct 11, 2024
Oct 1, 2024
Oct 11, 2024
Oct 11, 2024
Oct 11, 2024
Oct 11, 2024
Oct 11, 2024
Oct 11, 2024

Repository files navigation

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)

About

Widget for converting currencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published