Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoko committed May 30, 2023
1 parent 0e887a9 commit 8f8902c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/doc/tabview/dynamicdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ export default function DynamicDemo() {
<>
<DocSectionText {...props}>
<p>
It is possible to have dynamic tabs by generating the children <i>TabPanel</i> components using standard React techniques. If the tabs are closable, set <i>closeMode</i> to "manual" and manage the children in the <i>onTabClose</i> event.
It is possible to have dynamic tabs by generating the children <i>TabPanel</i> components using standard React techniques. If the tabs are closable, set <i>closeMode</i> to "manual" and manage the children in the <i>onTabClose</i>{' '}
event.
</p>
</DocSectionText>
<div className="card">
Expand Down

0 comments on commit 8f8902c

Please sign in to comment.