Tabs Sizes
Tabs component supports different sizes that control the vertical margin around the navigation.
Size: xs
Content below tabs with size "xs"
Size: sm
Content below tabs with size "sm"
Size: default
Content below tabs with size "default"
Size: lg
Content below tabs with size "lg"
<Tabs values={sampleTabs} size="xs" />
<Tabs values={sampleTabs} size="sm" />
<Tabs values={sampleTabs} size="default" />
<Tabs values={sampleTabs} size="lg" />