Separates supplied assessment line items from authoritative totals in a semantic two-column table.
Preview
ProvisionalExample 204
Annual assessment2025
Item
Amount
Assessed amount
€ 300.00
Payment received
− € 60.00
Amount payable
€ 240.00
In action
Review the assessment
Fictional amounts supplied by an example authority. The summary does not calculate tax.
ProvisionalExample 204
Annual assessment2025
Item
Amount
Assessed amountAs stated on the assessment
€ 300.00
Payment received
− € 60.00
Amount payable
€ 240.00
This example statement is provisional. The displayed total comes from the supplied record.
When to use
Use it for
Tax assessments, municipal charges, and other supplied statements with separate line items and totals.
Pass fully formatted amounts, signs, currencies, period, payment timing, and status from the authoritative source.
Not for
Computing taxes, estimating refunds, summing amounts, or assuming a missing total is zero.
Generating a payment action or deadline without an application-owned destination or supplied terms.
Install
Three ways in. They share one source, so the pixels match whichever you pick.
1. Import the package
npm install @noorddev/vlak-react
// once, next to your app's root
import "@noorddev/vlak-react/css";
import { TaxSummary } from "@noorddev/vlak-react";
Precompiled React and one stylesheet. No compiler to configure. Per-component imports work too: @noorddev/vlak-react/components/tax-summary.
2. Vendor the source
npx @noorddev/vlak-cli add tax-summary
The StyleX leaf lands in components/vlak/, for your own compiler to own. See StyleX.