Overview
The Auto-recharge status widget displays the customer’s current auto-recharge configuration and monthly spend status. It provides a read-only summary of when auto-recharge is triggered, the target balance after recharge, and how much of the monthly spending limit has been used. The Auto-recharge status widget is designed to be used together with the Auto-recharge configuration widget.Layout
Auto-recharge status includes a compact summary card that shows whether auto-recharge is currently enabled and what rules are in effect. The status layout includes the following elements:- Indicates whether auto-recharge is active or inactive.
- Shows the configured recharge rule (for example, recharge to 50 coins when the balance drops below 31).
- Displays the current monthly spend relative to the configured monthly limit.
- Includes a Manage action that opens the auto-recharge configuration widget.

Customization
No-code widget designer
The Stigg app offers a no-code widget designer, which allows you to control the widget colors, typography and layout.Custom CSS
For more advanced customization, custom CSS can be applied using the widget designer of the Stigg app. Alternatively, custom CSS can also be applied using code. Below you can find a list of the supported CSS classes:Main container classes
| Class name | Description |
|---|---|
stigg-auto-recharge-status-container | Outer container for the Auto-recharge widget |
Status widget classes
| Class name | Description |
|---|---|
stigg-auto-recharge-status | Main status card container |
stigg-auto-recharge-status-error | Error state variant of the status card |
stigg-auto-recharge-title | Widget title text |
stigg-auto-recharge-status-chip | Status indicator chip (Active / Inactive) |
stigg-auto-recharge-manage-button | Manage auto-recharge button |
stigg-auto-recharge-description | Description or helper text |
stigg-auto-recharge-progress | Progress bar for spend tracking |
stigg-auto-recharge-spend | Spend amount text |
stigg-auto-recharge-empty | Empty state container |
stigg-auto-recharge-empty-text | Empty state message text |
Snippet
Props
customerId(required) — Customer identifier used to fetch auto-recharge statuscurrencyId(required) — Currency or credit type identifiercurrencyUnit(optional) — Display name for the currency (for example,"Credits"or"Stigg Coins")billingCurrency(optional) — Billing currency symbol (for example,"$")onManageClick(optional) — Callback triggered when the Manage button is clickedclassName(optional) — Additional CSS class applied to the root containerlocalization(optional) — Text overrides for customizing widget labels and messages
Texts
The default widget texts can currently be overridden using code:You can find additional text override options here
