• Stars
    star
    528
  • Rank 81,893 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Build Windows native look & feel apps using ReactJS. Provides a set of accessible, reusable and composable react components that make it super easy to create websites and apps.

react-windows-ui

Build full featured Windows fluent UI apps using ReactJS.

Explore Project Docs Β»

Win10 Theme Β· Win11 Theme

Themes
Windows 10 Windows 11
react-windows-ui react-windows-ui
import "react-windows-ui.min.css" import "react-windows-ui-11.min.css"

Status

Build License: MIT npm react-windows-ui.min.css react-windows-ui-11.min.css Boilerplate CRA Template

Getting Started

Install with cra-template to initialize project.

npx create-react-app MyApp --template windows-ui

Boilerplate

Manual Installation

Install either manually into your porject.

See Manual Method
npm install react-windows-ui
// Be sure to include styles at some point, probably during your bootstraping
import "react-windows-ui/config/app-config.css";
import "react-windows-ui/dist/react-windows-ui.min.css";
import "react-windows-ui/icons/fonts/fonts.min.css";

Usage

import { Button, InputText } from "react-windows-ui";

const App = () => (
  <>
    <Button type="primary" value="Press Me" />
    <InputText placeholder="Enter a text" />
  </>
);

Run Demo Locally

git clone https://github.com/virtualvivek/react-windows-ui.git
cd react-windows-ui
npm install
npm start

Find this project useful? ❀️

Support it by joining stargazers for this repository. ⭐

License

react-windows-ui is licensed under MIT license. View license.
Copyright (c) 2021-22 virtualvivek.

More Repositories

1

windows-ui

Build Windows Fluent UI apps using Html, CSS & JavaScript. Comes with Rich Native Like Components.
JavaScript
235
star
2

BlurShadowImageView

A library for Android provides blurred drop shadows to ImageView similar to iOS image backdrop shadows.Provides fast canvas draw as no renderscript needed .The similar shadow blurred effects can also be seen in iOS Music App.
Java
172
star
3

react-native-image-blur-shadow

A React Native <Image/> component with Blur Drop Shadows,100% JavaScript, 0 dependency component. Supports Android, iOS and Web. A light weight Image component for your react native project.
JavaScript
89
star
4

react-windows-ui-boilerplate

react-windows-ui starter boilerplate template repository.
JavaScript
21
star
5

BannerBash

BannerBash is a library provides large 3D banner text to your shell script, comes with alphabets, numbers, math symbols, special characters.
Shell
16
star
6

microSegment7

This library provides modules for 7-segment display using 8051 microcontroller to perform system callbacks, text patterns, available code for both common cathode and common anode.
C
4
star
7

Amrapali-Mobile

This Module brings native Amrapali website to the mobile environment as per the modern flat ui interface guidelines. It extends previous classes to create custom flat interface
JavaScript
3
star
8

virtualvivek.github.io

Portfolio repository
HTML
3
star
9

iwebCalculator

An ios-12 inspired web based light weight calculator written in html, css and Angular-js
TypeScript
3
star
10

iOS-13-Calculators

This light-weight library provides iOS 13 style calculators for web applications written in html, css and AngularJs .Including Basic calculator, BMI calculator, Macro kcal calculator, Grade calculator, Timer and more.
JavaScript
3
star
11

vibhuNotepad

A School notebook inspired notepad application written in pure html and css. This repo. imitates A4 size copy behaviour with its native look and feel .
HTML
3
star
12

server

2
star
13

HexAlpha

This Light weight library provides opacity to #Hexadecimal Color values dynamically, written in pure javascript.It takes hexadecimal color as both a hex value or a css property variable with an alpha ie 0-9 value and provides alpha transparent color .
JavaScript
2
star
14

ReachMe

1
star
15

first

First Repo
CSS
1
star