Skip to content

Commit

Permalink
docs: update component guide to use callouts from theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Oct 23, 2020
1 parent 20b3297 commit 743a42a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions COMPONENT_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,23 +246,23 @@ Callouts direct your attention to information of special importance or to inform
### Usage

```md
<Caution>
<Callout type="caution">

Text with `markdown`.

</Caution>
</Callout>

<Important>
<Callout type="important">

Text with `markdown`.

</Important>
</Callout>

<Tip>
<Callout variant="tip">

Text with `markdown`.

</Tip>
</Callout>
```

All callouts have default titles that can be overridden like this:
Expand Down

0 comments on commit 743a42a

Please sign in to comment.