virtualvivek / windows-ui

Build Windows Fluent UI apps using Html, CSS & JavaScript. Comes with Rich Native Like Components.
http://windows-ui.github.io
MIT License
256 stars 26 forks source link

Vue Support #24

Open Slluxx opened 9 months ago

Slluxx commented 9 months ago

I'd love to see VueJS support. I saw that you have a react version but sadly that wont work and due to the way the javascript interacts with the dom, this one is unusable too.

Id also love to see a few more components (eg wide button with 2 rows of text, like in the win11 settings, a card for content etc).

And i wanted to know why the components are similar but not exactly like the windows 11 fluent ui. A lot of elements are off and not representing a native windows element

The reason is that i am creating Python apps with Eel & Pywebview, which i want to look and behave as much windows 11 as possible.

Screenshot-2021-06-26-173522

virtualvivek commented 8 months ago

Hi @Slluxx,

Thanks for opening this issue, Will see if i can schedule time to make this to support Vue, I am agree that most of the components are similar but not exactly like the windows 11 fluent ui (reason: Started this project with windows 10 look and progressively converted the UI into Windows 11).

I will look forward to make this more of a Window 11 Look & Feel as best as possible. Do you have any image of multi row button ? so that i can add that into this project.

Also please be informed that this project is intended to provide atomic components and not how they will going to display, Developers can place these components as per their need/requirements.

You can put all your desired components in a Card as per your requirement.

Feel free to give your further ideas to make this project as great as possible.