React Coverflow Component

Star Fork

A Coverflow effect component of React version made for the web.



React Coverflow is a React component for building cover flow style carousel in a convenient way.

Getting started

Install react-coverflow using npm.

npm install react-coverflow

Then you can require it and use.

For more information, please visit Github

Responsive

We don't support react-responsive anymore. Now you can just use media property to support responsive ability. This example also highlights the function of the properties of navigation, enableHeading, and infiniteScroll properties.

navigation renders the Previous and Next buttons for easier navigation
enableHeading renders the label passed in as the alt property
infiniteScroll allows for the user to scroll to continuously scroll through the imgs



Support set active outside

You can use `state` to specify active now.