Charitable status savedEIN: 47-2831905 will appear on donation receipts.
Update in Nonprofit Settings →
Stripe connectedYour Stripe account is connected and ready to accept payments. Funds go directly to your Stripe account.
Charitable status pendingYour charitable status will appear on receipts once it is approved.
Manage →
Stripe not connectedA Stripe account is required to accept payments.
Connect Stripe →

preview

Charitable status savedEIN: 47-2831905 will appear on donation receipts.
Update in Nonprofit Settings →

props

PropTypeDefaultDescription
status'positive' | 'warning' | 'negative'requiredStatus badge shown on the avatar. Always required — a Summary always has a sentiment.
titlestringrequiredPrimary label. Should describe the current state concisely.
descriptionstringrequiredSupporting detail shown below the title.
link{ label: string; href?: string; onClick?: () => void }Optional action link shown below the description. Supply href for navigation or onClick for in-page actions.

usage

Use Summary on settings and configuration pages to surface the state of something a user has connected or completed. It works well in small lists of two or three items — if the list grows beyond that, switch to a dedicated list item component.

When to use

  • To show the status of a connected integration (e.g. Stripe, Mailchimp)
  • To confirm that a configuration step has been saved or is pending approval
  • In small groups of 2–3 related summaries on a settings page

Do not use

  • In long lists — use a list item component instead
  • Without a status — every Summary needs a sentiment to communicate meaning
  • For notifications or transient alerts — use Action Prompt instead
Stripe connectedReady to accept payments.
Manage →
Tax forms pendingAwaiting your W-9 submission.
Submit →
DoUse in small groups of related items on settings pages.
Stripe connectedYour Stripe account is active.
Mailchimp connectedYour Mailchimp account is active.
Zapier connectedYour Zapier account is active.
Salesforce connectedYour Salesforce account is active.
HubSpot connectedYour HubSpot account is active.
Don’tUse for long lists — switch to a list item component once the list grows.

status

Stripe connectedReady to accept payments.
Manage →
PositiveSomething is set up, connected, or completed successfully.
Charitable status pendingAwaiting approval before appearing on receipts.
Check status →
WarningAttention is needed — set up is pending or requires action.
Stripe not connectedA Stripe account is required to accept payments.
Connect →
NegativeSomething is broken or missing and must be resolved.