react-carousel-lwui
v1.0.0
Published
Lightweight React carousel
Readme
🖼️ Responsive React Carousel

🤖 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.
