hard
+30 XP
FRONTEND

Compound Components

Build a Tabs component using the compound components pattern.
You're exploring as a guest. Create a free account to save progress and submit solutions.
import { createContext, useContext, useState } from 'react';

// Build compound Tabs component