Skip to content

Instantly share code, notes, and snippets.

@GonzaCoding
Created September 2, 2020 13:08
Show Gist options
  • Select an option

  • Save GonzaCoding/d4df9b3bff67f702cb711ea6ab454282 to your computer and use it in GitHub Desktop.

Select an option

Save GonzaCoding/d4df9b3bff67f702cb711ea6ab454282 to your computer and use it in GitHub Desktop.
Tab std
<Tabs>
<TabList>
<Tab>Tab1</Tab>
<Tab>Tab2</Tab>
<Tab>Tab3</Tab>
<Tab isDisabled>Tab4 disabled</Tab>
</TabList>
<TabPanels>
<TabPanel>
<p>one!</p>
</TabPanel>
<TabPanel>
<p>two!</p>
</TabPanel>
<TabPanel>
<p>three!</p>
</TabPanel>
</TabPanels>
</Tabs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment