www/apps/ui/app/components/currency-input/page.mdx
import { ComponentExample } from "@/components/ComponentExample" import { ComponentReference } from "@/components/ComponentReference"
export const metadata = {
title: Currency Input,
}
A component for rendering form inputs for money amounts, showing the currency in the input.
In this guide, you'll learn how to use the Currency Input component.
<ComponentExample name="currency-input-demo" />import { CurrencyInput } from "@medusajs/ui"
<CurrencyInput symbol="$" code="usd" />