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
- Host: GitHub
- URL: https://github.com/masbagal/react-sheikah-ui
- Owner: masbagal
- License: mit
- Created: 2021-01-24T09:05:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T08:48:49.000Z (over 5 years ago)
- Last Synced: 2025-04-18T21:48:15.738Z (about 1 year ago)
- Topics: components, react, ui-components, zelda
- Language: TypeScript
- Homepage: https://react-sheikah-ui.vercel.app/
- Size: 319 KB
- Stars: 49
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## 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).