canon-react icon indicating copy to clipboard operation
canon-react copied to clipboard

Tabs component

Open Jigarsolanki opened this issue 8 years ago • 9 comments


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

Jigarsolanki avatar Sep 22 '16 22:09 Jigarsolanki