CurrencyInput
CurrencyInput Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| currency | text | — | |
| locale | text | — | |
| disabled | boolean | — | |
| placeholder | text | — | |
| label | text | — |
Default
WithValue
EUR
Disabled
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
currency | text | — | ISO 4217 currency code |
disabled | boolean | — | Disabled state |
label | text | — | Label text |
locale | text | — | Locale for formatting |
placeholder | text | — | Placeholder text |
Using CurrencyInputtsx
import { CurrencyInput } from '@/components/CurrencyInput'
<CurrencyInput
currency="..."
locale="..."
disabled="..."
placeholder="..."
label="..."
/>Tokens Used
No design tokens detected