Skip to content

Commit

Permalink
try callout
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 30, 2022
1 parent cba7987 commit 7079722
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/src/modules/components/ApiPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,15 @@ function ApiDocs(props) {
{description}
</Typography>
<Heading hash="demos" />
<p
dangerouslySetInnerHTML={{
__html:
'For examples and details on the usage of this React component, visit the component demo pages:',
}}
/>
<span dangerouslySetInnerHTML={{ __html: demos }} />
<div className="MuiCallout-root MuiCallout-info">
<p
dangerouslySetInnerHTML={{
__html:
'For examples and details on the usage of this React component, visit the component demo pages:',
}}
/>
<span dangerouslySetInnerHTML={{ __html: demos }} />
</div>
<Heading hash="import" />
<HighlightedCode
code={`
Expand Down

0 comments on commit 7079722

Please sign in to comment.