forked from coracle/flotilla
Add a currency input
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<script lang="ts">
|
||||
import {displayCurrencyByCode} from "@lib/currency"
|
||||
|
||||
type Props = {
|
||||
value: string
|
||||
}
|
||||
|
||||
const {value}: Props = $props()
|
||||
</script>
|
||||
|
||||
{displayCurrencyByCode(value)}
|
||||
Reference in New Issue
Block a user