Back to Vendure

MoneyInput

docs/docs/reference/dashboard/form-components/money-input.mdx

3.6.3472 B
Original Source
<GenerationInfo sourceFile="packages/dashboard/src/lib/components/data-input/money-input.tsx" sourceLine="22" packageName="@vendure/dashboard" />

A component for displaying a money value. The currency can be specified, but otherwise will be taken from the active channel's default currency.

ts
function MoneyInput(props: Readonly<MoneyInputProps>): void

Parameters

props

<MemberInfo kind="parameter" type={Readonly<MoneyInputProps>} />