@arcteryx/components-price

Arcteryx Price

Usage no npm install needed!

<script type="module">
  import arcteryxComponentsPrice from 'https://cdn.skypack.dev/@arcteryx/components-price';
</script>

README

components-price

Display a price according to standards

Usage

import { SiteContextProvider } from "@arcteryx/components-contexts";
import Price from "@arcteryx/components-price";

<SiteContextProvider country="ca" language="en">
    <Price price="2133.32" currency="CAD"/>
</SiteContextProvider>