We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d914eb4 commit 263d40fCopy full SHA for 263d40f
CHANGELOG.md
@@ -1,5 +1,28 @@
1
# Changelog
2
3
+### 1.1.0 (June 13, 2017)
4
+
5
+#### New Features
6
7
+- Add nested TabList and TabPanel support (#184)
8
9
+This allows random elements as children for the `<Tabs />` component, for example:
10
11
+```jsx
12
+<Tabs>
13
+ <div id="tabs-nav-wrapper">
14
+ <button>Left</button>
15
+ <div className="tabs-container">
16
+ <TabList>{tabs}</TabList>
17
+ </div>
18
+ <button>Right</button>
19
20
+ <div className="tab-panels">
21
+ {tabPanels}
22
23
+</Tabs>
24
+```
25
26
### 1.0.0 (May 10, 2017)
27
28
#### Breaking Changes
0 commit comments