0.2.1 • Published 1 year ago

react-sheikah-ui v0.2.1

Weekly downloads
41
License
MIT
Repository
github
Last release
1 year ago

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.

0.2.1

1 year ago

0.2.0

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago