#Basic

OneTwoThree
<Tabs>
  <TabSection tabName="First">One</TabSection>
  <TabSection tabName="Second">Two</TabSection>
  <TabSection tabName="Third">Three</TabSection>
</Tabs>

#Full width

Set fullWidth to true. Defaults to false.
OneTwoThree
<Tabs fullWidth>
  <TabSection tabName="First">One</TabSection>
  <TabSection tabName="Second">Two</TabSection>
  <TabSection tabName="Third">Three</TabSection>
</Tabs>

#Props

fullWidth
Required
false
Type
boolean
Default
false
children*
Required
true
Type
ComponentChild
Default
none

TabSection

tabName*
Required
true
Type
string
Default
none
children*
Required
true
Type
ComponentChild
Default
none