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.
