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

https://github.com/masbagal/react-sheikah-ui

React component library based on The Legend of Zelda: Breath of the Wild game
https://github.com/masbagal/react-sheikah-ui

components react ui-components zelda

Last synced: 11 months ago
JSON representation

React component library based on The Legend of Zelda: Breath of the Wild game

Awesome Lists containing this project

README

          

![React Sheikah UI](/logo.png)
## React Sheikah UI
React components based on The Legend of Zelda: Breath of the Wild game

---
## Installation
The best way to include `react-sheikah-ui` is via the npm
package which you can install with `npm` (or `yarn` if
you prefer).

```bash
npm install react-sheikah-ui
# or
yarn add react-sheikah-ui
```

## Setup

To use these components, first import `StyleWrapper` and use it to wrap your page or your app.

```javascript
import { StyleWrapper } from "react-sheikah-ui";


;
```

## Components
More detail of the the components can be found in [the documentation](https://react-sheikah-ui.vercel.app)

---

This project was bootstrapped with [TSDX](https://github.com/jaredpalmer/tsdx).