virtualvivek / react-windows-ui

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.
https://virtualvivek.github.io/react-windows-ui/
MIT License
548 stars 47 forks source link
component-library components fluent-design npm-package react react-component reactjs ui-design webapp windows windows-11 windows-app

react-windows-ui

Build Windows native look & feel apps using ReactJS.

« Explore Project Docs »

Status

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

Features

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";

🚀 See App.js code & more »

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? :heart:

Support it by joining stargazers for this repository. :star:

License

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