8000 GitHub - gtsp233/react-windows-ui: Build Windows fluent UI apps using ReactJS. Provides a set of accessible, reusable and composable react components that make it super easy to create websites and apps.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

License

Notifications You must be signed in to change notification settings

gtsp233/react-windows-ui

 
 

Repository files navigation

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/app-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-22 virtualvivek.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.8%
  • SCSS 6.3%
  • TypeScript 4.9%
  • CSS 2.8%
  • HTML 0.2%
0