<Bleed> Component
Example
When wrapping your content with <Bleed>, it will be slightly wider than the
container and will overflow on both sides.
There is nothing to writing. All you do is sit down at a typewriter and bleed.
— Ernest Hemingway
It provides a better reading experience when you want to present some graphical information, which normally looks nicer in a larger size.
For example, you can put text, image, video or any component inside:
You can even make it full-bleed using <Bleed full>:

Usage
MDX
import { Bleed } from 'nextra/components'
 
<Bleed>Hey, I can use **Markdown** syntax here.</Bleed>
 
<Bleed full></Bleed>
 
<Bleed full>
  <iframe
    src="https://codesandbox.io/embed/swr-states-4une7"
    width="100%"
    height="500px"
    title="SWR-States"
  />
</Bleed>Last updated on