Currency Input
Input component for currency values
Was this example helpful?
Usage
import { CurrencyInput } from "@medusajs/ui"
<CurrencyInput symbol="$" code="usd" />
API Reference
This component is based on the input
element and supports all props of this element.
Prop | Type | Default |
---|---|---|
symbol | string | - |
code | string | - |
Was this section helpful?
Examples
Base
Was this example helpful?
Small
Was this example helpful?