Back to package catalog
scroll

@frontend_mono/cards-parallax

Image distorted when hover

Version: 1.0.0

Slug: cards-parallax

Live preview enabled

Install

npm i @frontend_mono/cards-parallax

Usage

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} />

How it looks when used