Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows-like UI in HTML/CSS? [closed]

I am looking for some king of framework or library for styling web app to have a look of Windows application. I googled with no success, however I know at least one exists, because I had seen it long time ago. But now I can't recall its name or where to find it.

Is there a HTML/CSS library that would make my web app look like a Windows app ?

Please don't suggest jQuery UI or similar, because it's very far from what I am looking for (regarding UI design).

like image 250
Frodik Avatar asked Oct 20 '22 07:10

Frodik


1 Answers

Check out Metro UI, a "front-end framework for developing projects on the web in Windows Metro Style": https://metroui.org.ua/.

The source code is also available from Github, here: https://github.com/olton/Metro-UI-CSS.

Metro UI provides typographic styles and UI components such as application bars and keypads that have a strong correlation to the Microsoft's "Metro" interface, introduced in Windows 8. Metro UI is an excellent choice if you want to design a web-based app that has a similar look-and-feel to a native Windows 8 app.

Metro UI uses extended CSS syntax (Less) and is MIT licensed.

like image 170
kieranpotts Avatar answered Oct 28 '22 22:10

kieranpotts