Fumadocs

Callout

Add callout to your docs

Title
Hello World

Usage

Add it to your MDX components, or import it in MDX files.

import { Callout } from 'fumadocs-ui/components/callout';
 
<Callout title="Title">Hello World</Callout>

Types

You can specify the type of callout.

<Callout title="Title" type="warn">
  Hello World
</Callout>
Title

Hello World

Without Title

You can create a Callout without title.

Hello World

Reference

PropTypeDefault
icon
ReactNode
-
type
"info" | "warn" | "error"
info

Last updated on

On this page

Edit on Github