# react-tabs [![Build Status](https://travis-ci.org/reactjs/react-tabs.svg?branch=master)](https://travis-ci.org/reactjs/react-tabs) [![npm version](https://img.shields.io/npm/v/react-tabs.svg)](https://www.npmjs.com/package/react-tabs) An accessible and easy tab component for ReactJS. http://reactcommunity.org/react-tabs/ > Supports React 0.14.9+, 15.3+ and 16+

react-tabs was tested on real mobile devices and browsers with
Browserstack

## Installing ```bash yarn add react-tabs ``` or ```bash npm install --save react-tabs ``` You can also use react-tabs directly as UMD build in an HTML document by adding ```html