Back to package catalogutility
@frontend_mono/awwwards-sliding-images
Awwwards sliding images component
Install
npm i @frontend_mono/awwwards-sliding-imagesUsage
import awwwardsSlidingImages from '@frontend_mono/awwwards-sliding-images'<awwwardsSlidingImages />Demo props
const slider1 = [
{ color: '#e3e5e7', src: 'https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=900' }
]
const slider2 = [
{ color: '#d4e3ec', src: 'https://images.unsplash.com/photo-1469474968028-56623f02e42e?w=900' }
]<awwwardsSlidingImages slider1={slider1} slider2={slider2} />