0.1.1 • Published 3 years ago

@404pagez/react v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago