MCPcopy Create free account
hub / github.com/nodejs/nodejs.org / CodeTabs

Function CodeTabs

packages/ui-components/src/Common/CodeTabs/index.tsx:12–14  ·  view source on GitHub ↗
({ ...props })

Source from the content-addressed store, hash-verified

10>;
11
12const CodeTabs: FC<CodeTabsProps> = ({ ...props }) => (
13 <Tabs {...props} className={styles.root} triggerClassName={styles.trigger} />
14);
15
16export default CodeTabs;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected