ctxhou/react-tabtab

Default tabs show buttons between them

Closed this issue · 2 comments

When I starting implemented the "react-tabtab" component worked well and on the beginning don't appear it to me this, but on the progress of the project somehow this starting to showing.

image

How can I remove them?

I fixed by using showArrowButton={false}. It's a default prop of react-tabtab component has. If you want remove them you have to switch on <Tabs> component by using this prop.

image

Already fixed by using a dafault prop