tabs icon indicating copy to clipboard operation
tabs copied to clipboard

Using id for tabs

Open belozer opened this issue 5 years ago • 0 comments

Example

<Tabs>
  <div>
    <Tab id='bar'>bar</Tab>
    <Tab id='foo'>foo</Tab>
  </div>
  <Panel for='foo'>Foo</Panel>
  <Panel for='bar'>Bar</Panel>
</Tabs>

belozer avatar Nov 28 '19 22:11 belozer