# Callout (/components/callout)



Callouts are included in the default MDX components.

<Callout>
  Hello World
</Callout>

<Callout title="Warning" type="warn">
  Be careful when updating production dependencies.
</Callout>

<Callout title="Error" type="error">
  Something went wrong while building the docs.
</Callout>

<Callout title="Success" type="success">
  Your documentation site is ready.
</Callout>

<Callout title="Idea" type="idea">
  Use callouts to highlight tips and best practices.
</Callout>
