Skip to content

masbagal/react-sheikah-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Sheikah UI

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

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.

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

<StyleWrapper theme="dark">
  <YourApp />
</StyleWrapper>;

Components

More detail of the the components can be found in the documentation


This project was bootstrapped with TSDX.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published