Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 652 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 652 Bytes

react-scrollable-tabs

A tab component that can be scrolled horizontally

NPM JavaScript Style Guide

Install

npm install --save react-scrollable-tabs

Usage

import React, { Component } from 'react'

import ScrollableTabs from 'react-scrollable-tabs'

class Example extends Component {
  render () {
    return (
      <ScrollableTabs />
    )
  }
}

License

MIT © lgmcben