1.0.0 • Published 2 years ago

react-carousel-lwui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🖼️ Responsive React Carousel

react carousel presentation

🤖 Usage

<ReactCarousel
    images={[
        <img
            src="path"
            alt="alt"
            key="key"
         />,
        ]}
    header={<div>header</div>}
/>

🚀 Contribute

Contribute with your own code or ideas for improvements.

Fork the Github repository and create a PR. Work in src/lib or src/sass and run a series of commands in order to start the React application and compile the .scss.

npm install npm start npm run build:css

Test before creating a PR through building it and integrating it into your project.

🖥️ Happy hacking!