Components
Callout
This documentation is for the preview version of the Dev Portal. If you are using the legacy developer portal, please refer to the docs.
This is a callout component that can be used to draw attention to important information.
Hot tip
There's a shortcut to use callout components in Markdown files: Admonitions.
Props
Code(ts)
Note
Hey, listen!
This draws attention to important information.
Code(tsx)
Info
It's safe to use the info
This adds info to your content.
Code(tsx)
Tip
You'll be successful
If you choose to be.
Code(tsx)
Danger
But some things are dangerous
It's dangerous to go alone, take this.
Code(tsx)
Caution
So, better show a warning
This raises a warning to watch out for.
Code(tsx)
Variations
Callouts can be customized by omitting the title or icon:
Without a title
Without an icon
You can hide the icon while keeping the title
Or have neither title nor icon
Code(tsx)
Last modified on