You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note: this jsx bellow is typed inside the MD documents:
<TabsdefaultValue="apple"values={[{label: 'Apple',value: 'apple'},{label: 'Orange',value: 'orange'},{label: 'Banana',value: 'banana'},]}><TabItemvalue="apple">This is an apple 🍎</TabItem><TabItemvalue="orange">This is an orange 🍊</TabItem><TabItemvalue="banana">This is a banana 🍌</TabItem></Tabs>
The text was updated successfully, but these errors were encountered:
Feature from https://docusaurus.io/docs/markdown-features/tabs
note: this jsx bellow is typed inside the MD documents:
The text was updated successfully, but these errors were encountered: