Skip to Content

Bleed

A built-in component provided by Nextra.

Example

When wrapping your content with <Callout>, it provides visual emphasis for important content.

There is nothing to writing. All you do is sit down at a typewriter and bleed.

— Ernest Hemingway

Usage

import { Callout } from 'nextra/components' <Callout type="info"> Hey, I can use **Markdown** syntax here. </Callout> <Callout type="warning"> This is a warning message. </Callout> <Callout type="error"> This is an error message. </Callout>
Last updated on