s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Commerce · Components

InvoiceCard

Props for InvoiceCard component

Public export

typescript
import { InvoiceCard } from '@happyvertical/smrt-commerce/svelte';
Import path
@happyvertical/smrt-commerce/svelte
Props
4
Props described
4 of 4
Bindable state
0
Callback events
1
Verified release
0.44.0

Props

NameTypeRequiredDescription
invoiceInvoiceDataYesInvoice data
currency'CAD' | 'USD'NoCurrency code
hrefstringNoNavigation href
onclick() => voidNoClick handler

Bindable state

This component has no bindable public state.

Callback events

  • onclick() => void

Examples and explanation