Tabs
Tabs
Content for first tab goes here.
Content for second tab goes here.
Content for third tab goes here.
<div style={{ width: '50%'}}><Tabs><Tabhref="#"id="tab-1"label="Tab label 1"><div className="some-content">Content for first tab goes here.</div></Tab><Tabhref="#"id="tab-2"label="Tab label 2"><div className="some-content">Content for second tab goes here.</div></Tab><Tabhref="#"id="tab-3"label='Tab label 3'><div className="some-content">Content for third tab goes here.</div></Tab></Tabs></div>