Callout 组件

nextra-theme-docs 提供的内置组件。

示例

💡

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

用法

默认

👾

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

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

警告

⚠️

This API will be deprecated soon.

import Callout from 'nextra-theme-docs/callout'
<Callout type="warning" emoji="⚠️">
This API will be deprecated soon.
</Callout>

错误

🚫

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

import Callout from 'nextra-theme-docs/callout'
<Callout type="error" emoji="️🚫">
This is a dangerous feature that can cause everything to explode.
</Callout>