Standalone Components
30 minutes
Standalone components let you embed specific Ready-to-Launch Banking experiences outside the main White-Label App — on dashboards, home screens, or anywhere your customers already spend time. Pass a JWT token so each component can validate the signed-in user's permissions and render the appropriate experience.
Related embed option
These components are optional add-ons to the full White-Label App (Implementation). Use Embedded Application Form if you also need to embed only the onboarding flow during registration — not banking activity or balances.
When to use
- Use
jwt-tokenwhen embedding Activity or Balance Summary outside the main banking page. - This works well when you want to surface banking UX in other parts of your platform — for example, a transaction feed on an analytics page or a balance summary on a dashboard.
Activity

<unit-elements-activity
jwt-token="YOUR_JWT_TOKEN"
></unit-elements-activity>
For additional attributes and configuration options, see Activity.
Balance Summary

<unit-elements-balance-summary
jwt-token="YOUR_JWT_TOKEN"
></unit-elements-balance-summary>
Implementation note
To load these components on the web, include the Ready-to-Launch script on the page — see Web Components.