Earthling UI

  1. Components
  2. tabs

Tabs

Prop
Default Value
Value
The color scheme of the tabs
scheme
primary
The size of the tabs
size
md

Anatomy

<Tabs><TabsList><Tab /></TabsList><TabPanel /></Tabs>

Installation

1
Ensure Earthling UI is installed
bun add earthling-ui
2
Import the component from earthling-ui
import { Tabs, TabList, TabPanel, Tab } from "earthling-ui/tabs"
The component is ready to use