Callout
The <Callout> component highlights important information, warnings, or tips in your documentation. Use callouts to emphasize critical details that readers shouldn’t miss, such as breaking changes, prerequisites, or helpful best practices.
To display very short pieces of information like status indicators and version numbers, use badges.
Usage
This adds a note in your documentation.
Markdown
Variants
Intents
This raises a warning to watch out for
This indicates a successful operation or positive outcome
This indicates a potential error
This draws attention to important information
This celebrates an announcement, styled using the primary accent of the docs site
This suggests a helpful tip
This shows a checked status
Markdown
Custom icon
Example callout
This callout uses a title and a custom Font Awesome icon.
Markdown
Properties
intent
The type of callout. Available options: info, warning, success, error, note, launch, tip, check
title
The title of your callout
icon
The icon of your callout. Can be:
- A Font Awesome icon name
- A React element
- If not specified, uses a default icon based on the intent:
- info: InfoCircle
- warning: Bell
- success: CheckCircle
- error: WarningTriangle
- note: Pin
- launch: Rocket
- tip: Star
- check: Check