Skip to content

Tabs

A tab is a navigation component that allows users to switch between different sections of content.

API Documentation

Import

Terminal window
import { Tabs } from "@aeonkit/react";

Usage

Default

The default tabs component.

Content tab 1

Underline

Change the variant to underline using the variant prop.

Content tab 1

Props

variant?

"underline" "pill"

The variant of the tabs

Default: pill

API Interface: TabsProps