We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6dcc4 commit 92bdbc1Copy full SHA for 92bdbc1
content/components/tabs.mdx
@@ -27,7 +27,7 @@ You can add any number of tabs, and other components inside of tabs.
27
28
<RequestExample>
29
30
-```jsx Tabs Example
+````jsx Tabs Example
31
<Tabs>
32
<Tab title="First Tab">
33
☝️ Welcome to the content that you can only see inside the first Tab.
@@ -46,7 +46,7 @@ You can add any number of tabs, and other components inside of tabs.
46
💪 Here's content that's only inside the third Tab.
47
</Tab>
48
</Tabs>
49
-```
+````
50
51
</RequestExample>
52
0 commit comments