Invoice Pricing Calculator
A production-scale, light + dark Invoice Pricing Calculator component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add invoice-pricing-calculatorLive preview available in the gallery.
Usage
import { InvoicePricingCalculator } from "@lerpa/ui";
<InvoicePricingCalculator />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| defaultSeats | number | — | |
| defaultStorage | number | — | |
| taxRate | number | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.