Callouts
Callouts help highlight important information, warnings, or tips in your documentation. They provide visual emphasis through distinct styling and icons to make key messages stand out to readers.
Properties
Customize your Callouts using the following 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
Callout
Markdown
Example Callout
This Callout uses a title and a custom icon.
Callout varieties
Note callouts
This adds a note in the content
Warning callouts
This raises a warning to watch out for
Success callouts
This indicates a successful operation or positive outcome
Error callouts
This indicates a potential error
Info callouts
This draws attention to important information
Tip callouts
This suggests a helpful tip
Check callouts
This brings us a checked status