Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions components/callouts.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: 'Callouts'

Check warning on line 2 in components/callouts.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

components/callouts.mdx#L2

Did you really mean 'Callouts'?
description: 'Use callouts to add eye-catching context to your content'

Check warning on line 3 in components/callouts.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

components/callouts.mdx#L3

Did you really mean 'callouts'?
icon: 'info'
---

Callouts can be styled as a Note, Warning, Info, Tip, or Check:

Check warning on line 7 in components/callouts.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

components/callouts.mdx#L7

Did you really mean 'Callouts'?

<Note>This adds a note in the content</Note>

Expand Down Expand Up @@ -36,6 +36,12 @@
<Check>This brings us a checked status</Check>
```

<Danger>This is a danger callout</Danger>

```jsx
<Danger>This is a danger callout</Danger>
```

<RequestExample>

```jsx Callout Example
Expand Down