import { useState } from 'react'; import { PixelTabs } from '../navigation'; import type { TabItem } from '../common'; const ITEMS: TabItem[] = [ { id: 'overview', label: 'Overview', content:
High-level summary of the project.
}, { id: 'activity', label: 'Activity', content:Recent events and commits.
}, { id: 'settings', label: 'Settings', content:Configuration for this workspace.
}, ]; export function Default() { returnActive tab: {active}
Contents of section {i + 1}.
, })); export function Scrollable() { return (