InvoiceTotals
Display subtotal, tax, discounts, and total with automatic calculations.
Installation
typescript
import { InvoiceTotals } from '@happyvertical/smrt-commerce/svelte';Usage
svelte
<InvoiceTotals invoice={invoice} />Display subtotal, tax, discounts, and total with automatic calculations.
import { InvoiceTotals } from '@happyvertical/smrt-commerce/svelte';<InvoiceTotals invoice={invoice} />