oks-ui

Navigation

Tabbed content navigation with a composable, roving-tabindex API.

Playground

Manage your account's profile information, timezone, and language preferences. These settings apply across every workspace you're a member of.

Props

8 props across 4 groups

Visual style, color, size, and radius.

Props

children

ReactNode | ((item: T) => ReactElement)

Default:

Declarative <Tab> children, or a render function with items.

items

Iterable<T>

Default:

Dynamic items, used with a render-function children.

title

ReactNode

Default:

Tab label (required).

titleValue

string

Default:

Plain-text override of title, used for accessible naming when title is a node.

children

ReactNode

Default:

Panel content for this tab.