react-tabs
react-tabs copied to clipboard
Warning in console

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 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 :).