<Tabs> <Tab title="First Tab"> ☝️ Welcome to the content that you can only see inside the first Tab. ```java HelloWorld.java class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } } ``` </Tab> <Tab title="Second Tab"> ✌️ Here's content that's only inside the second Tab. </Tab> <Tab title="Third Tab"> 💪 Here's content that's only inside the third Tab. </Tab></Tabs>
You can add any number of tabs, and other components inside of tabs.
☝️ Welcome to the content that you can only see inside the first Tab.
You can add any number of components inside of tabs.
HelloWorld.java
Copy
Ask AI
class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }
Copy
Ask AI
<Tabs> <Tab title="First Tab"> ☝️ Welcome to the content that you can only see inside the first Tab. ```java HelloWorld.java class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } } ``` </Tab> <Tab title="Second Tab"> ✌️ Here's content that's only inside the second Tab. </Tab> <Tab title="Third Tab"> 💪 Here's content that's only inside the third Tab. </Tab></Tabs>
<Tabs> <Tab title="First Tab"> ☝️ Welcome to the content that you can only see inside the first Tab. ```java HelloWorld.java class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } } ``` </Tab> <Tab title="Second Tab"> ✌️ Here's content that's only inside the second Tab. </Tab> <Tab title="Third Tab"> 💪 Here's content that's only inside the third Tab. </Tab></Tabs>
Assistant
Responses are generated using AI and may contain mistakes.