Skip to content

Illuminate Documentation

Illuminate

Home

Callouts

Learn how to use the Callout component in your documentation to highlight important information.


Note

Callouts can be used to highlight critical information.


Overview

Callouts highlight critical information for the reader that could help them improve the outcome of their goal. There are four different types of callouts to choose from that change the semantic appearance of the callout. Each type corresponds with the level of severity of the information within.


Properties

NameTypeDescription
type requiredstringThe type of callout to display. Must be one of note, tip, caution, or warning.

Examples

Note callout

Note

This is a note callout. Notes are for additional information that might be relevant to the content. Notes inform and do not instruct.

note-callout.mdx

<Callout type="note">
This is a note callout. Notes are for additional information that might be
relevant to the content. Notes inform and do not instruct.
</Callout>

Tip callout

Tip

This is a tip callout. Tips provide optional but recommended actions that the reader can take to improve the outcome of their intended goal.

tip-callout.mdx

<Callout type="tip">
This is a tip callout. Tips provide optional but recommended actions that the
reader can take to improve the outcome of their intended goal.
</Callout>

Caution callout

Caution

This is a caution callout. Cautions are used to notify the reader that if a certain action is taken (or not taken), it might lead to an undesirable outcome.

caution-callout.mdx

<Callout type="caution">
This is a caution callout. Cautions are used to notify the reader that if a
certain action is taken (or not taken), it **might** lead to an undesirable
outcome.
</Callout>

Warning callout

Warning

This is a warning callout. Warnings are used to notify the reader that if an action is taken (or not taken), it will lead to an undesirable and potentially destructive outcome.

warning-callout.mdx

<Callout type="warning">
This is a warning callout. Warnings are used to notify the reader that if an
action is taken (or not taken), it **will** lead to an undesirable and
potentially destructive outcome.
</Callout>


Built with by