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>