Made with create-react-library
npm install --save parallax-effect-crystals
import React, { Component } from 'react'
import MyComponent from 'parallax-effect-crystals'
import 'parallax-effect-crystals/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © [Dennis Aleksandrov](https://github.com/Dennis Aleksandrov)