Skip to content

Commit 9b9de8b

Browse files
chore: Update callouts.mdx (#451)
Co-authored-by: Devin Logan <[email protected]>
1 parent 5a12d6f commit 9b9de8b

File tree

1 file changed

+11
-2
lines changed
  • fern/products/docs/pages/component-library/default-components

1 file changed

+11
-2
lines changed

fern/products/docs/pages/component-library/default-components/callouts.mdx

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ This Callout uses a title and a custom icon.
7777

7878
### Error callouts
7979

80-
<e>This indicates a potential error</e>
80+
<Error>This indicates a potential error</Error>
8181

8282
```jsx
83-
<e>This indicates a potential error</e>
83+
<Error>This indicates a potential error</Error>
8484
```
8585

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

94+
### Launch callouts
95+
96+
<Launch>This celebrates a product launch or other announcement</Launch>
97+
98+
```jsx
99+
<Launch>This celebrates an announcement</Launch>
100+
```
101+
102+
94103
### Tip callouts
95104

96105
<Tip>This suggests a helpful tip</Tip>

0 commit comments

Comments
 (0)