Ledra Pay SDK — customization, no fork

The same <ledrapay-employee-onboarding> component in four configurations. View source to see exactly how each is set.

1 · Default (AU, English)

No config — the baseline jurisdiction-aware flow.

2 · i18n — German UI

setLedraPayStrings('de', {…}) — title, steps, buttons translated; untranslated keys fall back to English.

3 · Steps config — custom flow

steps-config — reordered + a custom "Right to work" step with its own field. No fork.

4 · Theming — CSS variables

Same component inside a .theme-dark scope — ~35 --ledrapay-* tokens pierce the Shadow DOM.