react-amiga-guru-meditation

React JS Class to display a Amiga Guru Meditation Tribute

MIT License

Downloads
59
Stars
9
Committers
3

Overview

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

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.