I'm trying to make tabs in reactjs but couldn't do it
what I want is to have tabs between sign-in and signup pages
both of the pages have a separate component
I know that I'm missing something but not sure where it is
here is my code
import React, {…
So I'm using react-tabs for my web app which is currently comprised of three component (one tab each). I have a global.css which is loaded and applied to all tabs. I also have three separate CSS-files which should only be applied to each…