Skip to main content

Standalone Components

30 minutes

Standalone components let you embed specific elements of the Managed Solution component within your product — on dashboards, home screens, or anywhere your customers already spend time. Pass a JWT token so each sub-component can validate the signed-in user's permissions and render the appropriate experience.

Related embed option

These sub-components are optional add-ons to the full Managed Solution component (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-token when 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 product — for example, a transaction feed on an analytics page or a balance summary on a dashboard.

Activity

Activity component

<unit-elements-activity
jwt-token="YOUR_JWT_TOKEN"
></unit-elements-activity>

For additional attributes and configuration options, see Activity.

Balance Summary

Balance Summary component

<unit-elements-balance-summary
jwt-token="YOUR_JWT_TOKEN"
></unit-elements-balance-summary>

Payment Intent Coming Soon

Intent component

<unit-elements-intent
id="YOUR_INTENT_ID"
jwt-token="YOUR_JWT_TOKEN"
></unit-elements-intent>

Implementation note

To load these components on the web, include the script on the page — see Web Components.