Content with paddingThis content bleeds into the paddingReactToggle code Usage import { Bleed, Box } from '@zalify-ui/react' <Box p="8"> <Bleed inline="8"> <div>This content bleeds into the padding</div> </Bleed> </Box> Props PropDefaultTypeinlineConditionalValue<CSSProperties['marginInline']>The negative margin on the inline axis.blockConditionalValue<CSSProperties['marginBlock']>The negative margin on the block axis.