Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Tabs #4

Open
vesnikos opened this issue Jun 23, 2023 · 0 comments
Open

Add Tabs #4

vesnikos opened this issue Jun 23, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@vesnikos
Copy link
Member

Feature from https://docusaurus.io/docs/markdown-features/tabs

note: this jsx bellow is typed inside the MD documents:

<Tabs
 defaultValue="apple"
 values={[
   {label: 'Apple', value: 'apple'},
   {label: 'Orange', value: 'orange'},
   {label: 'Banana', value: 'banana'},
 ]}>
 <TabItem value="apple">This is an apple 🍎</TabItem>
 <TabItem value="orange">This is an orange 🍊</TabItem>
 <TabItem value="banana">This is a banana 🍌</TabItem>
</Tabs>

image

@andy-clarke-uofg andy-clarke-uofg added the enhancement New feature or request label Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants