<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>

Puedes añadir cualquier número de pestañas y otros componentes dentro de las pestañas.

☝️ Bienvenido al contenido que solo puedes ver dentro de la primera Pestaña. Puedes añadir cualquier número de componentes dentro de las pestañas.

HelloWorld.java
class HelloWorld {
      public static void main(String[] args) {
          System.out.println("Hello, World!");
      }
  }
<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>

Propiedades de Pestaña

title
string
required

El título de la pestaña. Los títulos cortos son más fáciles de navegar.