0.1.1 • Published 2 years ago

@404pagez/react v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@404pagez/react

This is a template of 404page for react.
Making 404 pages is more troublesome than I thought. just use a 404page template to save your time.

Install

npm install @404pagez/react

Usage

import { Simple404 } from "@404pagez/react";

const NotFound = () => {
    return (
        <div>
            <Simple404 size={20} isButton={false} />
        </div>
    );
};

404pages

Props

Simple404

propstype
sizenumberrequired
onButtonClick() => voidoptional
isButtonbooleanoptional
buttonLabelstringoptional
buttonColorstringoptional(ex:#ffffff)

Warning404

propstype
sizenumberrequired
onButtonClick() => voidoptional
isButtonbooleanoptional
buttonLabelstringoptional
buttonColorstringoptional(ex:#ffffff)
colorstringoptional(ex:#ffffff)

Section404

propstype
sizenumberrequired
onButtonClick() => voidoptional
isButtonbooleanoptional
buttonLabelstringoptional
buttonColorstringoptional(ex:#ffffff)
colorstringoptional(ex:#ffffff)

Cat404

propstype
sizenumberrequired
onButtonClick() => voidoptional
isButtonbooleanoptional
buttonLabelstringoptional
buttonColorstringoptional(ex:#ffffff)

Blocked404

propstype
sizenumberrequired
onButtonClick() => voidoptional
isButtonbooleanoptional
buttonLabelstringoptional
buttonColorstringoptional(ex:#ffffff)

Pepe404

propstype
sizenumberrequired
onButtonClick() => voidoptional
isButtonbooleanoptional
buttonLabelstringoptional
buttonColorstringoptional(ex:#ffffff)

Contact

Twitter URL

License

MIT

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago