Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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://github.com/virtualvivek/react-windows-ui

component-library components fluent-design npm-package react react-component reactjs ui-design webapp windows windows-11 windows-app

Last synced: 25 days ago
JSON representation

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.

Awesome Lists containing this project

README

        





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
- Provides Native feel Windows UI Controls.
- Comparably small CSS file size.
- Cleaner HTML.
- Works with any Routing Library.

# Works with
         

# Getting Started
```ruby
npm install react-windows-ui
```
```js
// 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 »](https://virtualvivek.github.io/react-windows-ui/#/v4.2.2/getting_started)

# Usage
```js
import { Button, InputText } from "react-windows-ui";

const App = () => (
<>


>
);
```

# Run Locally
```html
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**](https://github.com/virtualvivek/react-windows-ui/stargazers) for this repository. :star:

# License

**`react-windows-ui`** is licensed under **`MIT license`**. View [license](https://github.com/virtualvivek/react-windows-ui/blob/main/LICENSE).

Copyright (c) 2021-24 [**virtualvivek**](https://github.com/virtualvivek).