Callout

Add callout to your docs

Title
Hello World

Usage

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

<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
type
"info" | "warn" | "error"
info
icon
ReactNode
-

Last updated on