Divider component for Stripe Apps
Render a simple horizontal rule with the divider component.
To add the Divider
component to your app:
import {Divider} from '@stripe/ui-extension-sdk/ui';
Loading example...
<Box css={{ width: 'fill', backgroundColor: 'surface', padding: 'medium', borderRadius: 'medium', }} > <Divider /> </Box>
This component has no props.