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

Anda dapat menambahkan sejumlah tab, dan komponen lainnya di dalam tab.

☝️ Selamat datang di konten yang hanya dapat Anda lihat di dalam Tab pertama. Anda dapat menambahkan sejumlah komponen di dalam tab.

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>

Props Tab

title
string
required

Judul tab. Judul yang singkat lebih mudah untuk dinavigasi.