9

Github GitHub - eckdev/react-horizontal-scroll

 3 years ago
source link: https://github.com/eckdev/react-horizontal-scroll
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

react horizontal scroll

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run start

# Usage
import HorizontalScroll from 'react-basic-horizontal-scroll';

class OtherComponent extends React.Component {
  render () {
    return (
      <div>
        <HorizontalScroll>
        {children}
        </HorizontalScroll>
      </div>
    )
  }
}

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK