Tabs

Compound tab interface with roving tabindex, automatic activation, and vertical/horizontal orientation.

Data Display@sisyphos-ui/tabsView on npm

Preview

tsx
Render a visual preview of the component here.

Installation

Install the individual package:

snippet.bashbash
pnpm add @sisyphos-ui/tabs @sisyphos-ui/core

Or use the umbrella package that bundles everything:

snippet.bashbash
pnpm add @sisyphos-ui/ui

Usage

Import the component styles and the component itself:

snippet.tsxtsx
import "@sisyphos-ui/tabs/styles.css";
import { Tabs } from "@sisyphos-ui/tabs";

Pill variant

tsx
Dashboard overview…

API

Props table is being written. See the package README for the complete API surface.

The full API including refs, ARIA attributes, and HTML passthroughs lives in the package README.