As Microsoft introduces the new fluent ui design to their windows apps most of the developers started implementing the interface to their apps.
Here comes react-windows-ui a web based library build using reactjs to produce more rich feel of a native windows apps using web architecture, It resembles on components model to develop fast PWA or Native apps with coupling with electronjs or NodeGUI.
Adaptive UI
Repository
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.
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
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…
Demo ⚡
https://virtualvivek.github.io/react-windows-ui/
Installation
$ npm install react-windows-ui
Getting Started
//Be sure to include styles at some point, probably during bootstraping
import 'react-windows-ui/config/app-config.css'
import 'react-windows-ui/dist/react-windows-ui.min.css'
import 'react-windows-ui/icons/fonts/fonts.min.css'
Usage
import { Button, InputText } from 'react-windows-ui';
const App = () => (
<>
<Button type="primary" value="Press Me" />
<InputText placeholder="Enter a text" />
</>
);
Run Demo Locally
$ git clone https://github.com/virtualvivek/react-windows-ui.git
$ cd react-windows-ui
$ npm install
$ npm start
Find this library useful? ❤️
Support it by joining stargazers for this repository. ⭐
Final Thoughts
I think this project will glorify web developers specially from field of react can build Windows design system hybrid or Native apps with ease. It provides a responsive design flow to support a broad field of devices.
Top comments (43)
I'm really sorry, this already exists: github.com/microsoft/fluentui :(
Hey! Don't you think saying such things is demotivating? Many (mainly beginners) programmers won't do side-projects because of thinking "it already exists so why should I do it?". Meanwhile, we have multiple applications for listening to music, web browsers, games even frameworks and libraries doing basically the same things. And developers of them didn't think "don't do this new music app, there are plenty of such in the market".
The best approach is: I know there are many things like my project but how can I make mine better than others? What can I improve, do in a different way? Innovative?
Do not kill creativity!
I don't think he is responsible for anyone's feelings or creativity nor is he trying to kill it.
I visited this repo and I liked the interface but what i think is our react-windows-ui follows different approach isn't it? and one more thing @myzel394 i've seen that codepen snack and i like to implement it in my project thanks for the suggestion :)
Yes you are correct. I didn't really look at the fluent UI design repo - it is indeed different from yours. Thanks for your effort :)
Thanks for your support @myzel394 :)
BTW what browsers are you targeting? Thought about making a pr for thir feature with css variables.
Ps: I think you should add you eslintcache to gitignore
I specially test chrome ,opera and mozilla before publishing the package , i am using .eslintcache for pushing the gh-pages branch ...
You can try the demo on any browser expect IE. if you find any bug please ping me from an issue.
I think the feature with css you said have been linked with this.
github.com/virtualvivek/react-wind...
Fluent-UI isn't a Windows-10 UI. Office suite, Microsoft websites and edge related stuff, sure but not the Windows-10 UI.
Damn :(
Wow Awesome, thanks!
I have been searching for windows UI since two years, now i found yours project really amazing. could you please tell me that you have plan to add windows like table component and RTL support?
Hi @ehsanullahqadari ,
I feel great to hear about developers like you appreciate my project :)
yes sure i can add components if you wish
@ehsanullahqadari could you provide me some screenshots that what exactly you want, I will add that component with same look n feel soon as possible and also if suggest me some css changes to enable RTL will be appreciable.
Ok thanks!
@fazli596 also requested the same features will make issue for that
Hi @ehsanullahqadari ,
I started working on TableView component and also allocate special tab with its dropdown code example on virtualvivek.github.io/react-windo...
soon and will also be available on npm on release -v2.0.8
Hi @ehsanullahqadari and @fazli596 ,
I have updated the
react-windows-ui
package to -v2.0.8Additional Features:
TableView
component.react-windows-ui-rtl.min.css
for right to left direction support.See Demo: virtualvivek.github.io/react-windo...
hi sir
I check that, and that was so great.
It is awesome.
But I didn't get how to use RTL feature.
Could you please add an option to it like "Day" and "Night" option ?
That would be so great.
Anyway, Thank you so much.
Appreciate it.
Hi @fazli596 ,
Thanks for appreciating the efforts !
How to use RTL
Add
react-windows-ui-rtl.min.css
at yourindex.js
/index.ts
:OR
If you are planning to add RTL with some condition
use like this
:For
Day
-Night
Theme Switching useok,
let me check it and then I will let you know if there is any problem.
Thank you so much.
Thank you I checked that, was really awesome.
This looks stunning. I have spread the words, hope you get a deserved recognition :)
Hey @khangnd ,
I came across your projects github.com/khang-nd/7.css and github.com/khang-nd/windows7 you recreated the legendary Windows7 with web tech that's insane :)
Hey thanks bro, it was just me being a Windows maniac and wanted to practice some CSS 😄
Glad you liked the project @khangnd 😊 even the little recognition from people like you made my day ,Thanks for your support.
This is exactly I was searching for.
Awesome and great work.
Love it.
Would you please add "Table" component to it?
That will be super great.
Hi @fazli596 ,
Thankyou soo much for your support :)
When devs like you find my work usefull its made my day,
Yes off course i will add Table Component as soon as possible
also suggested by @ehsanullahqadari and one more feature RTL will also be possible with next release.
Ohhh
That will be nice
Thank you so much for considering our comments.
I am really happy and eagerly waiting for the next release.
Wish you all the best.
Hi @fazli596 ,
Can you provide me some screenshots of the Table Component so that we can use it as a blueprint.
Hi sir
Yeah sure
Check the below one
It is very simple and nice I think
hi @fazli596 ,
I couldn't able to see the image maybe some server issue,
if this issue persist you can also send the image over virtualvivek7@gmail.com
or by creating an issue on github.com/virtualvivek/react-wind...
Hey Vivek!
This looks awesome! There's a very similar project I just want you to know about - react-uwp.com
Hey Rashil ,
Thanks for sharing this link I checked this project the best part is i loved the hover effect they used in their project :)
Thanks for your Support!
Yes, it's pretty sweet, and it was the only Fluent-like library when I was developing my project DYSTuss. Check it out, it's fully responsive and very much like Windows 10.
Now whenever I develop a new project, I'll make sure to check out your library first.
Hey Rashil,
I visited your project and was pretty awesome for introvert like me to do stuff anonymously, I feel blessed if you use react-windows-ui in your project :)
Thankyou for your support.
Great UI library! Do make sure to post about it on Reddit.
Thankyou soo much @ceoshikhar for you suggestion, surely i'll consider this 😊
This is absolutely bonkers man! Love it!
Thankyou soo much @hasnaindev for your support :)
Wow amazing work brother really loved it ❤
Thankyou soo much brother @taimoorkhan for your support 😊
Hey Vivek... awesome job!
Could you please follow me back to discuss something.
Hey @yaser thankyou for your support :)
I followed you back feel free to discuss anything.
Wow . Awesome!
Thanks @imakshath bro :) UI designing is under those things I can do with my heart!