Skip to content

FormidablePencil/parallax-effect-crystals

Repository files navigation

parallax-effect-crystals

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save https://github.com/FormidablePencil/parallax-effect-crystals
or 
yarn add https://github.com/FormidablePencil/parallax-effect-crystals

Usage

import React from 'react'
import { CrystalParallaxProvider, CrystalParallax } from 'parallax-effect-crystals'
import 'parallax-effect-crystals/dist/index.css'
import crystalParallaxDefault from './constants/crystalParallaxDefault'
import 'parallax-effect-crystals/dist/index.css'

const App = () => {
  return (
    <CrystalParallaxProvider>
      <CrystalParallax
          withGui={false}
        pulledRawCrystalData={crystalParallaxDefault} />
    </CrystalParallaxProvider>
  )
}

License

MIT © Dennis Aleksandrov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages