Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gfazioli/react-amiga-guru-meditation
- Owner: gfazioli
- License: mit
- Created: 2015-02-24T14:46:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:30:11.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T00:51:40.936Z (7 months ago)
- Topics: guru-meditation, reactjs
- Language: TypeScript
- Homepage: https://gfazioli.github.io/react-amiga-guru-meditation/
- Size: 10.1 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.