Back to package catalogscroll
@frontend_mono/cards-parallax
Image distorted when hover
Install
npm i @frontend_mono/cards-parallaxUsage
import cardsParallax from '@frontend_mono/cards-parallax'<cardsParallax />Demo props
const projects = [
{ title: 'Atlas', description: 'Story website', src: 'https://images.unsplash.com/photo-1518005020951-eccb494ad742?w=1200', link: '#', color: '#d6ece4', url: 'https://example.com' },
{ title: 'Noon', description: 'Campaign page', src: 'https://images.unsplash.com/photo-1498050108023-c5249f4df085?w=1200', link: '#', color: '#fce4ce', url: 'https://example.com' }
]<cardsParallax projects={projects} />