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

Just a simple tabs component built with React

Results 27 react-simpletabs issues
Sort by recently updated
recently updated
newest added

We want to have a tab panel with several tabs Tb1, ... , TbN and be able to show only a subset of them depending on the value of some...

I have titles that are not strings, but rather more complex renders (e.g. Example). This allows to put badges or labels in the tab title.

Hi! Thanks for the project, finding this handy! Have a usecase when I need to disable tab from set of tabs on some condition so interested if this is a...

To easily customize each tab, eg. different icons.

Hey, thanks for the nice component, here are some fixed that I need to make it working with everything I need. 1. Allow `title` to be an element. This gives...

As per: https://facebook.github.io/react/blog/2014/10/16/react-v0.12-rc1.html I'm receiving this error message when incorporating simpletabls in an atomify project on `React 0.13.3`

When `` have comment inside getting title (`var title = $panel.props.title;`) will throw an error.

Tabs aren't clickable under IE10 and below Would be looking for some help about this issue Best

Your latest commit fixes a bug in my CI pipeline (I've upgraded to 0.14-rc1), can you please publish your bump in npm? Thanks for the great package!

Thanks for your nice and easy to use react-component. I'm using a lot of inline styles, also partly because my colors might be dynamic based on a certain state of...