コールアウトは Note、Warning、Info、Tip、Check、Danger としてスタイルできます。独自のコールアウトを作成することも可能です:
コンテンツ内に注記を追加します
<Note>This adds a note in the content</Note>
注意を促す警告を表示します
<Warning>This raises a warning to watch out for</Warning>
重要な情報への注意喚起を行います
<Info>This draws attention to important information</Info>
役立つヒントを提示します
<Tip>This suggests a helpful tip</Tip>
確認済みであることを示します
<Check>This brings us a checked status</Check>
危険を知らせるコールアウトです
<Danger>This is a danger callout</Danger>
カスタムのコールアウトです
<Callout icon="key" color="#FFC107" iconType="regular">This is a custom callout</Callout>