Skip to content

Instantly share code, notes, and snippets.

@adaydesign
adaydesign / App.js
Created September 7, 2021 14:07
edit App.js to test ImageSlide component
import { ChakraProvider } from '@chakra-ui/react'
import { ImageSlide } from 'react-chakra-slide-show'
import React, { useMemo } from 'react'
const App = () => {
const images = useMemo(() => [
'image1.jpg',
'image2.jpg',
'image3.jpg',
'image4.jpg'