All Projects → masbagal → react-sheikah-ui

masbagal / react-sheikah-ui

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-sheikah-ui

tailwind-css-components
Tailwind CSS Components - Free and Open-Source Tailwind Components | AppSeed
Stars: ✭ 56 (+24.44%)
Mutual labels:  components
legend-of-z
A Zelda-esque 2D Action RPG game built by three Oregon State University students in 10 weeks from the ground up.
Stars: ✭ 50 (+11.11%)
Mutual labels:  zelda
generator-speedseed
Oriented to components, allow create/choice template, multiple configuration with easy maintenance
Stars: ✭ 13 (-71.11%)
Mutual labels:  components
toolkit
Opera Web UI Toolkit
Stars: ✭ 20 (-55.56%)
Mutual labels:  components
Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing functionality and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.), inspired by Badoos RIBs fork of the Uber RIBs framework
Stars: ✭ 799 (+1675.56%)
Mutual labels:  components
botw-editor
The Legend of Zelda: Breath of the Wild - Editor
Stars: ✭ 27 (-40%)
Mutual labels:  zelda
snabberb
A simple component view framework for Ruby Opal based on Snabbdom
Stars: ✭ 41 (-8.89%)
Mutual labels:  components
components
A Web component library that brings the power of TwicPics to your favorite web framework.
Stars: ✭ 21 (-53.33%)
Mutual labels:  components
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-44.44%)
Mutual labels:  components
nativeweb
🤳 Tiny library for simple web components. [1kB]
Stars: ✭ 93 (+106.67%)
Mutual labels:  components
react-figma-ui
🏗️ React implementation for figma-plugin-ds
Stars: ✭ 25 (-44.44%)
Mutual labels:  components
Y-BP
YFE Team 前端最佳实践
Stars: ✭ 28 (-37.78%)
Mutual labels:  components
dockview
Zero dependency layout manager and builder with ReactJS support
Stars: ✭ 45 (+0%)
Mutual labels:  components
fluid-components
Encapsulated frontend components with Fluid's ViewHelper syntax for TYPO3
Stars: ✭ 41 (-8.89%)
Mutual labels:  components
react-vant
React mobile UI Components base on Vant
Stars: ✭ 627 (+1293.33%)
Mutual labels:  components
botw-modding
The Legend of Zelda: Breath of the Wild - Modding Documentation and Tools
Stars: ✭ 51 (+13.33%)
Mutual labels:  zelda
react-native-element-textinput
A react-native TextInput, TagsInput and AutoComplete component easy to customize for both iOS and Android.
Stars: ✭ 28 (-37.78%)
Mutual labels:  components
fast-blazor
Blazor component library for FluentUI. Microsoft's official lightweight wrapper around the FluentUI Web Components for use with .NET 6.0 Blazor applications
Stars: ✭ 928 (+1962.22%)
Mutual labels:  components
render react
Pre-render and mount React components from Ruby
Stars: ✭ 14 (-68.89%)
Mutual labels:  components
tesserae
Components for building h5-based single-page-applications using C#
Stars: ✭ 23 (-48.89%)
Mutual labels:  components

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].