Currency Input

Input component for currency values

usd

$

Was this example helpful?

Usage#


Code
import { CurrencyInput } from "@medusajs/ui"
Code
<CurrencyInput symbol="$" code="usd" />

API Reference#


This component is based on the input element and supports all of its props

PropTypeDefault
symbol
string
-
code
string
-
size
"base"
Was this page helpful?

Examples#


Base#

usd

$

Was this example helpful?

Small#

usd

$

Was this example helpful?