@c8s/tab
v0.0.8
Published
[](https://github.com/nju33/c8s/tree/master/components/tab) [](https://www.npmjs.com/package/@c8s/tab) [ => (
<Theme theme={theme}>
{/* ... */}
<Tab labels={['foo', 'bar']} position="top">
{([FooPanel, BarPanel]) => {
return (
<>
<FooPanel>
<div>
<div>foo</div>
<div>bar</div>
<div>baz</div>
</div>
</FooPanel>
<BarPanel>
<div>
<div>hoge</div>
<div>fuga</div>
<div>piyo</div>
</div>
</BarPanel>
</>
);
}}
</Tab>
{/* ... */}
</Theme>
);Contributors
Thanks goes to these wonderful people (emoji key):
| 純📖 | Aki-Japan📖 | | :---: | :---: |
This project follows the all-contributors specification. Contributions of any kind welcome!
