1.0.0 • Published 4 years ago

experiment-parallax-depth-card v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

experiment-parallax-depth-card

Made with create-react-library

NPM JavaScript Style Guide

Demo

Test Image 1

Install

npm install --save experiment-parallax-depth-card

Usage

import React, { Component } from 'react'

import { ParallaxDepthCard } from 'experiment-parallax-depth-card'
import 'experiment-parallax-depth-card/dist/index.css'

class Example extends Component {
  render() {
    return (
      <ParallaxDepthCard backgroundUrl={URL} title='Some Card'>
        <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
      </ParallaxDepthCard>
    )
  }
}

License

MIT © krasovsky22