Add Tabs container

Summary: Adding an additional style for tabs on top of a container, similar to the ones used in macOS

Reviewed By: passy

Differential Revision: D17450843

fbshipit-source-id: 6b58c2aa290e0221d917e60bb3ac0751f77ea1ce
This commit is contained in:
Daniel Büchele
2019-09-19 02:31:33 -07:00
committed by Facebook Github Bot
parent 2a6462641b
commit 735aee7682
3 changed files with 70 additions and 11 deletions

View File

@@ -64,6 +64,7 @@ export {
// tabs
export {default as Tabs} from './components/Tabs';
export {default as Tab} from './components/Tab';
export {default as TabsContainer} from './components/TabsContainer';
// inputs
export {default as Input} from './components/Input';