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

Warning in console

Open gkumar9 opened this issue 6 years ago • 1 comments

image

Code:

               <Tabs
                  activeTab={{
                    id: "tab1"
                  }}
                >
                  <Tabs.Tab id="tab1" title="English">
                    <div style={{ padding: "20px 0" }}>
                      <RightpanelEnglish />
                    </div>
                  </Tabs.Tab>
                  <Tabs.Tab id="tab2" title="Hindi">
                    <div style={{ padding: 10 }}>This is tab 2</div>
                  </Tabs.Tab>
                </Tabs>

Also, how can i update the style of tab such as blue line thickness, the colour of the font ?

P.S Great package, helping me alot

gkumar9 avatar Jan 25 '20 04:01 gkumar9

@gkumar9 Sorry for my late reply. I created a new optimized component to replace this one, with fixing these errors and using rollup to build multiple types of bundles, esm5, esm2015, fesm5, fesm2015 and UMD. If you are still interested of using this component you can install it by doing yarn add @feuer/react-tabs or npm install @feuer/react-tabs. Thank you a lot of using it. Please let me know if I can help more :).

yazaabed avatar May 11 '20 12:05 yazaabed