Microsoft Fluent Design for Web (CSS framework) [closed]
Asked Answered
Z

7

29

As Microsoft recently released a design system called "Fluent Design", is it appropriate to apply it on web design?

Most of my searching has been for all Microsoft platforms, C# app, F# etc.. I have never seen anything regarding in web design.

Zacek answered 25/5, 2017 at 2:19 Comment(3)
The question has been closed and can not be answered. But the answer is yes it can be used for web development. Metro design was the first step. Material design got some of its principals and went grewed it up.Pejsach
The question has been closed and can not be answered. But the answer is yes it can be used for web development. It has been evolved by Fluent Deisgn. There are some frameworks for it that has been mentioned in other answers. I add metroui.org.ua that am familiar with it in about 3 years.Pejsach
Fabric Core is a CSS Library for Fluent UI: developer.microsoft.com/en-us/fluentui#/get-started/…Katha
C
9

Take a look at Microsoft Web Framework for details on the components, HTML structure and CSS that you would use to meet Microsoft's web design principles.

Castled answered 13/7, 2017 at 13:21 Comment(4)
Is that site really about Fluent Design? I don't see "Fluent" mentioned anywhere on the site, and it looks much more like Metro to me than Fluent. I don't see a single example of acrylic, lighting effects, or reveal effects, and very little if any motion.Zygotene
You make a good point @Josh, I don't see any references to fluent on that framework anymore either. It seems to still be the main resource for MS web style guidance though.Castled
The url is now here … microsoft.com/en-us/mwfIerna
This website is an internal Microsoft Only Website in effect. Not for general public use.Ierna
N
13

April 2020 Update primary destination for Fluent Design is Microsoft's Fluent Design System website.

For official web frameworks go to github repos:

  • Fluent UI - A set of React components for building Microsoft web experiences. Good support and big following.
  • Office UI Fabric with only includes grid, typography, icons and utilities. No component and no dependency on React. Not very well maintained.

Some tutorials are available here.

Nonu answered 9/4, 2018 at 11:47 Comment(0)
C
9

Take a look at Microsoft Web Framework for details on the components, HTML structure and CSS that you would use to meet Microsoft's web design principles.

Castled answered 13/7, 2017 at 13:21 Comment(4)
Is that site really about Fluent Design? I don't see "Fluent" mentioned anywhere on the site, and it looks much more like Metro to me than Fluent. I don't see a single example of acrylic, lighting effects, or reveal effects, and very little if any motion.Zygotene
You make a good point @Josh, I don't see any references to fluent on that framework anymore either. It seems to still be the main resource for MS web style guidance though.Castled
The url is now here … microsoft.com/en-us/mwfIerna
This website is an internal Microsoft Only Website in effect. Not for general public use.Ierna
R
5

I'm just quoting Microsoft here.

It is perfectly relevant to the web design. Since these are just principles and not specific to any platform. So if you are a web developer and like the Microsoft way of thinking. it is perfectly fine to build a Web UI framework around these principles.

Please check out this video in which your question has been discussed in the Q&A session (22:00).

Ravelment answered 28/5, 2017 at 6:25 Comment(0)
A
5

just copy-paste from the bottom of the MWF homepage.

This site is restricted to use by Microsoft employees and authorized vendors. No materials or code from this site may be used on non-Microsoft websites. By entering this site, you confirm that you are a Microsoft employee or an authorized vendor working on behalf of Microsoft. You further agree that the materials and code constitute Microsoft’s intellectual property, are limited for use on Microsoft-operated websites, and are subject to the applicable agreements governing your employment or vendor relationship with Microsoft.

Azobenzene answered 4/9, 2017 at 3:2 Comment(3)
From the bottom of what page? Is this meant to be a comment on another answer, rather than its own stand-alone answer?Zygotene
@Josh, probably the usual sub-100-not-permitted-to-comment case.Crevice
Or more-relevant, you're not allowed to use Fluent Design if you aren't Microsoft.Grogshop
V
5

You can use this library for Reveal Effect in Fluent Design System. And you need to wait for the backdrop-filter CSS supported for background blur effect.

https://github.com/d2phap/fluent-reveal-effect

enter image description here

Vinaigrette answered 13/6, 2018 at 6:16 Comment(0)
I
3

Check out the Fluent Kit framework.

It is a Fluent Design extension to the current Bootstrap version, using jQuery, so should be an easy starting point for anybody, really. Also, it is very well documented and the "work in progress", so you can expect further functionalities as the design itself develops.


Important update: Fluent Kit, as well as the whole Nespero project is closed.

Indecision answered 25/4, 2018 at 17:59 Comment(0)
M
2

Update: Fluent design now supports web, Android and IOS. https://www.microsoft.com/design/fluent/#/

Update: a high quality 3rd party react component framework called react-uwp can be found here

Update: new website is at https://fluentweb.com/

Update: link is now dead, and https://getmwf.com doesn't mention fluent design anymore.

Microsoft has a web framework for its own employees and vendors.

Looks like they are introducing fluent design components to this framework.

https://fluent.getmwf.com/

Madancy answered 12/7, 2017 at 18:29 Comment(5)
Hyperlink seems to be dead :(Brochette
link not working as of Nov. 2017Leal
@TNU - updated links.Madancy
@ronyl thanks! Works now!Leal
All links are deadTanjatanjore

© 2022 - 2024 — McMap. All rights reserved.