Created
September 2, 2020 13:08
-
-
Save GonzaCoding/d4df9b3bff67f702cb711ea6ab454282 to your computer and use it in GitHub Desktop.
Tab std
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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