Skip to main content

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

Status widget classes

Snippet

Props

string
required
Customer identifier used to fetch auto-recharge status.
string
required
Currency or credit type identifier.
string
Display name for the currency (for example, "Credits" or "Stigg Coins").
string
Billing currency symbol (for example, "$").
() => void
Callback triggered when the Manage button is clicked.
string
Additional CSS class applied to the root container.
object
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

Additional resources

Auto recharge configuration

ReactReact
Vue.jsVue.js
Next.jsNext.js
Webflow, Wordpress, HTMLWebflow, Wordpress, HTML