1.0.19 • Published 2 years ago

converterwidget v1.0.19

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Converter Widget (WIP)

THIS IS A WORK IN PROGRESS. Package does not yet have support but will be updated in the near future.


The Converter widget is a tool for 3rd party collaborators, just import it in your project and go.

import { ConverterWidget } from "converterwidget";

Prerequisites

NodeJS

NPM command line tool. This is installed automatically when you install NodeJs.

The widget comes with 2 optional parameters:

Currency

If you want to set up the widget to handle responsive currency choices and update itself automatically, pass in the prop currency.

<ConverterWidget currency={props.selectedDestination.currency} />

Size

The Widget comes with three sizes, 'small', 'medium' and 'large'. You can ignore this parameter if you want the medium size, otherwise pass in the parameter like this:

<ConverterWidget size="small" />

License

MIT © 2022 Marcus Lindfors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago