Callouts
Callouts are a way to add additional information to the page:
👾
Space Invaders is a 1978 shoot ‘em up arcade game developed by Tomohiro Nishikado.
Types of Callouts
There are three types of callouts:
Default
👾
Default.
Info
ℹ️
IMPORTANT INFORMATION HERE!!!
Warning
⚠️
This is a warning callout.
Error
🚫
ERROR: This is an error callout.
Code
<Callout type="default" emoji="👾">
**Space Invaders** is a 1978 shoot 'em up arcade game developed by Tomohiro
Nishikado.
</Callout>
Be sure to import the Callout
component from nextra/components
at the top of your MDX file!
import { Callout } from 'nextra/components'
Last updated on