Questions tagged [react-tabs]

An accessible tab component for React.js.

A tab component for React.js.

Learn more:

62 questions
-1
votes
4 answers

making tabs in react for two different pages

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, {…
Hazal Kaya
  • 631
  • 2
  • 5
  • 16
-1
votes
1 answer

How to have separate styles for each react-tab?

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…
anon
1 2 3 4
5