Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Divider component for Stripe Apps


Divider component for Stripe Apps

Render a simple horizontal rule with the divider component.

SDK version

To add the Divider component to your app:

Loading example...

<Box
 css={{
 width: 'fill',
 backgroundColor: 'surface',
 padding: 'medium',
 borderRadius: 'medium',
 }}
>
 <Divider />
</Box>

This component has no props.

See also

Last verified 2026-09-24

Is this helpful?