Skip to content

ShaharEli/404-page

Repository files navigation

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

About

Npm package for customized 404 pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published