Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gfazioli/react-amiga-guru-meditation

React JS Class to display a Amiga Guru Meditation Tribute
https://github.com/gfazioli/react-amiga-guru-meditation

guru-meditation reactjs

Last synced: about 1 month ago
JSON representation

React JS Class to display a Amiga Guru Meditation Tribute

Awesome Lists containing this project

README

        

# Overview

![version](https://img.shields.io/npm/v/react-amiga-guru-meditation.svg)
![license](https://img.shields.io/npm/l/react-amiga-guru-meditation.svg)
![issues](https://img.shields.io/github/issues/gfazioli/react-amiga-guru-meditation.svg)
![type](https://img.shields.io/npm/types/react-amiga-guru-meditation.svg)
![last-commit](https://img.shields.io/github/last-commit/gfazioli/react-amiga-guru-meditation.svg)
![npm](https://img.shields.io/npm/dm/react-amiga-guru-meditation.svg)

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

![image](./image.png)

## New in v2.0.x

* Use Typescript
* Use React Hooks
* New [Documentation and Intercative Playground](https://gfazioli.github.io/react-amiga-guru-meditation/)

## Installation

You can use either **npm**

```bash
npm i react-amiga-guru-meditation
```

or **yarn**

```bash
yarn add react-amiga-guru-meditation
```

## Basic Usage

First of all, remember to import the component.

```jsx
import React from "react"

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

function Application() {

return (

Protected code



);
}
```

## Documentation

See the complete [documentation and intercative playground](https://gfazioli.github.io/react-react-amiga-guru-meditation/)

## Contributing

Thanks for any your contribute 👏.

## Bugs 🐛

Use the GitHub issues.

## License

MIT Licensed. Copyright (c) Giovambattista Fazioli 2019.