AnimatedSlider
components/snippet/animated-slider.tsx
import React from 'react'
const AnimatedSlider = () => {
return (
<div>AnimatedSlider</div>
)
}
export default AnimatedSlider
A slider component that can be used to display multiple items with animation.
components/snippet/animated-slider.tsx
import React from 'react'
const AnimatedSlider = () => {
return (
<div>AnimatedSlider</div>
)
}
export default AnimatedSlider