1.0.4 • Published 4 years ago

404-page v1.0.4

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

404-page

404 page with animation and your picture in it!

NPM JavaScript Style Guide

Install

npm install --save 404-page

Usage

import React from 'react'

import {LostPage} from '404-page'
import '404-page/dist/index.css'

const Example = () => {
  
    return <LostPage face={ optional your face image (default is my face) } backgroundColor={ optional (default is space)} audio={ optional your audio} />
  
}

Optional parameters:

  1. face > default is my face image with your face.
  2. backgroundColor > default is space you can choose from cool linear gradient backgrounds (purple,black and blue).
  3. audio > audio to play in your 404 page.

Some preview:

alt text

License

MIT © ShaharEli