Skip to Content
ThemesDocsCallout Component

Callout Component

A built-in component provided by nextra-theme-docs.

Example

A callout is a short piece of text intended to attract attention.

Usage

Default

👾

Space Invaders is a 1978 shoot ‘em up arcade game developed by Tomohiro Nishikado.

import { Callout } from 'nextra/components' <Callout emoji="👾"> **Space Invaders** is a 1978 shoot 'em up arcade game developed by Tomohiro Nishikado. </Callout>

Warning

⚠️

This API will be deprecated soon.

import { Callout } from 'nextra/components' <Callout type="warning" emoji="⚠️"> This API will be deprecated soon. </Callout>

Error

🚫

This is a dangerous feature that can cause everything to explode.

import { Callout } from 'nextra/components' <Callout type="error" emoji="️🚫"> This is a dangerous feature that can cause everything to explode. </Callout>
Last updated on