1.1.2 ā€¢ Published 2 years ago

react-3d-carousel-container v1.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

React 3d carousel šŸ‘‹

Version Documentation Maintenance

Simple Dropdown component for React, inspired by Giulio Mainardi Demo is available here

šŸ  Homepage

Prerequisites

  • Node >= 6.0.0
  • React >= 10.0.0

Install

npm install --save-dev react-3d-carousel-container

yarn add react-3d-carousel-container

Usage

import Carousel from 'react-3d-carousel-container';

  <Carousel bfc={false}>
    <div style={{ width: '450px', padding: '30px' }}>
      <img
        className="img"
        src="https://source.unsplash.com/nvzvOPQW0gc/500x500"
        alt=""
        style={{ display: 'block', width: '100%' }}
      />
    </div>

    <div style={{ width: '450px', padding: '30px' }}>
      <img
        className="img"
        src="https://source.unsplash.com/lFmuWU0tv4M/500x500"
        alt=""
        style={{ display: 'block', width: '100%' }}
      />
    </div>

    <div style={{ width: '450px', padding: '30px' }}>
      <img
        className="img"
        src="https://source.unsplash.com/aJYO8JmVodY/500x500"
        alt=""
        style={{ display: 'block', width: '100%' }}
      />
    </div>

    <div style={{ width: '450px', padding: '30px' }}>
      <img
        className="img"
        src="https://source.unsplash.com/aJYO8JmVodY/500x500"
        alt=""
        style={{ display: 'block', width: '100%' }}
      />
    </div>

    <div style={{ width: '450px', padding: '30px' }}>
      <img
        className="img"
        src="https://source.unsplash.com/aJYO8JmVodY/500x500"
        alt=""
        style={{ display: 'block', width: '100%' }}
      />
    </div>
  </Carousel>

Props

Propdescriptiondefault
bfcallows you view the back of the imagesfalse
perspectiveuser perpective1000
arrowClasspass custom classes to the arrows''

Author

šŸ‘¤ Chinoso Jude

šŸ¤ Contributing

Contributions, issues and feature requests are welcome! Create a pull request and it will be reviewed and merged

Show your support

Give a ā­ļø if this project helped you!

1.1.1

2 years ago

1.1.2

2 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago