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
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ This Callout uses a title and a custom icon.

### Error callouts

<e>This indicates a potential error</e>
<Error>This indicates a potential error</Error>

```jsx
<e>This indicates a potential error</e>
<Error>This indicates a potential error</Error>
```

### Info callouts
Expand All @@ -91,6 +91,15 @@ This Callout uses a title and a custom icon.
<Info>This draws attention to important information</Info>
```

### Launch callouts

<Launch>This celebrates a product launch or other announcement</Launch>

```jsx
<Launch>This celebrates an announcement</Launch>
```


### Tip callouts

<Tip>This suggests a helpful tip</Tip>
Expand Down