mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
archive ReactApp
This commit is contained in:
12
react_OLD/src/componets/Carousel.js
Normal file
12
react_OLD/src/componets/Carousel.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import React from "react";
|
||||
import ImageGallery from 'react-image-gallery';
|
||||
|
||||
export default function ResponsiveCarousel(props) {
|
||||
return (
|
||||
<div>
|
||||
<div className="carousel-container">
|
||||
<ImageGallery items={props.children}/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user