Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/virtualvivek/react-windows-ui
- Owner: virtualvivek
- License: mit
- Created: 2021-02-03T17:25:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T16:19:20.000Z (8 months ago)
- Last Synced: 2024-04-14T13:58:48.327Z (7 months ago)
- Topics: component-library, components, fluent-design, npm-package, react, react-component, reactjs, ui-design, webapp, windows, windows-11, windows-app
- Language: JavaScript
- Homepage: https://virtualvivek.github.io/react-windows-ui/
- Size: 36.1 MB
- Stars: 527
- Watchers: 9
- Forks: 44
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-os - react-windows-ui - windows-ui/) | (<img src="media/icons8-windows-11-48.png" alt="logo" width="36"/> WINDOWS)
- awesome-os - react-windows-ui - windows-ui/) | (<img src="media/icons8-windows-11-48.png" alt="logo" width="36"/> WINDOWS)
README
react-windows-ui
Build Windows native look & feel apps using ReactJS.
# Status
# 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).