3.1.0 • Published 3 years ago

react-amiga-guru-meditation v3.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

Overview

version license issues type last-commit npm

This component is designed to render a funny Error Boundary styled like the old Amiga Guru Meditation.

image

New in v2.0.x

Installation

You can use either npm

npm i react-amiga-guru-meditation

or yarn

yarn add react-amiga-guru-meditation

Basic Usage

First of all, remember to import the component.

import React from "react"

import {AmigaErrorBoundary} from "react-amiga-guru-meditation"

function Application() {

  return (
    <AmigaErrorBoundary>
      <h1>Protected code</h1>
    </AmigaErrorBoundary>
  );
}

Documentation

See the complete documentation and intercative playground

Contributing

Thanks for any your contribute 👏.

Bugs 🐛

Use the GitHub issues.

License

MIT Licensed. Copyright (c) Giovambattista Fazioli 2019.

3.1.0

3 years ago

3.0.0

4 years ago

2.0.13

5 years ago

2.0.11

5 years ago

2.0.10

5 years ago

2.0.9

5 years ago

2.0.8

5 years ago

2.0.7

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

9 years ago