Skip to content

Instantly share code, notes, and snippets.

@Daniel1984
Created December 12, 2016 10:20
Show Gist options
  • Save Daniel1984/e16acadb64b9de4a21b8230aa9edfb11 to your computer and use it in GitHub Desktop.
Save Daniel1984/e16acadb64b9de4a21b8230aa9edfb11 to your computer and use it in GitHub Desktop.
<Tabs className="l-flex-container-row l-stretch settings-view" data-wd-hook="settings-modal">
<TabList className="settings-view__sidebar l-stretch-vertical">
<Tab><a>one</a></Tab>
<Tab><a>two</a></Tab>
<Tab><a>three</a></Tab>
<Tab><a>four</a></Tab>
</TabList>
<TabPanel className="l-flex-content l-flex-container-column"><h1>content one</h1></TabPanel>
<TabPanel className="l-flex-content l-flex-container-column"><h1>content two</h1></TabPanel>
<TabPanel className="l-flex-content l-flex-container-column"><h1>content three</h1></TabPanel>
<TabPanel className="l-flex-content l-flex-container-column"><h1>content four</h1></TabPanel>
</Tabs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment