File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
fern/products/docs/pages/component-library/default-components Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments