INDUSTRIAL PROTOCOLSNAVIGATIONTABS

Tabs

A high-performance interface for switching between architectural views. Engineered with spring-based motion and structural clarity.

Execution

Core
CPU_Utilization
42.08%
Node_IDUS-EAST-01
StatusOPERATIONAL
Hardened_Protection_Active
All alchemical nodes are currently synchronized.
Encryption_v3ENABLED
Firewall_FilterREACTIVE
Auth_ProtocolX_KEY_M7
Traffic_Flow
LATENCY: 14MS
Outbound transmission stabilized at 4.2GB/s

Preview

Core
Scaling
XS_VERSION
SM_VERSION
MD_VERSION
LG_VERSION
XL_VERSION

API Reference

Core
PropTypeDefaultDescription
size"xs" | "sm" | "md" | "lg" | "xl""md"The overall dimensional scale of the tabs list.
defaultValuestringnullThe value of the tab to be active by default.
onValueChange(value: string) => voidnullCallback triggered when a tab is selected.

Usage

Core
<Tabs defaultValue="tab1" size="sm"> <TabsList> <TabsTrigger value="tab1">Module_01</TabsTrigger> <TabsTrigger value="tab2">Module_02</TabsTrigger> </TabsList> <TabsContent value="tab1">Content_A</TabsContent> <TabsContent value="tab2">Content_B</TabsContent> </Tabs>