react-windows-ui
TypeScript icon, indicating that this package has built-in type declarations

4.2.4 • Public • Published

react-windows-ui

Build full featured Windows fluent UI apps using ReactJS.

« Explore Project Docs »

Status

Build License: MIT npm
react-windows-ui.min.css

Features

  • Provides Native feel Windows UI Controls.
  • Comparably small CSS file size.
  • Cleaner HTML.
  • Works with any Routing Library.

Works with

         

Getting Started

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

Usage

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

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

Run 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-24 virtualvivek.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.2.48latest

Version History

VersionDownloads (Last 7 Days)Published
4.2.48
4.2.21
4.2.12
4.2.01
4.1.01
4.0.81
4.0.71
4.0.61
4.0.51
4.0.41
4.0.21
4.0.11
4.0.04
2.0.92
2.0.81
2.0.72
2.0.61
2.0.51
2.0.41
2.0.21
2.0.11
2.0.01
1.1.11
1.1.02
1.0.91
1.0.81
1.0.71
1.0.62
1.0.51
1.0.41
1.0.21
1.0.11
1.0.02

Package Sidebar

Install

npm i react-windows-ui

Weekly Downloads

49

Version

4.2.4

License

MIT

Unpacked Size

248 kB

Total Files

82

Last publish

Collaborators

  • virtualvivek