canon-react
canon-react copied to clipboard
Tabs component
const onSelect = (selectedTabKey) => { };
<tabs defaultTabKey={1} onSelect={ onSelect }>
<tab tabKey={0} title={ "Rackspace Permission" }><Content1/></tab>
<tab tabKey={1} title={ "AWS Permission" }><Content2/></tab>
</tabs>
Reference: http://react-bootstrap.github.io/components.html#tabs