[Vuejs]-Which npm package to use Fluent UI in Vue.js: @fluentui/web-components or @microsoft/fast-components?

0👍

EisenbergEffect on https://github.com/microsoft/fast/issues/6514#issuecomment-1313923840

We apologize for the confusion. These are actually not two solutions for the same thing. These are two completely different design systems.

FAST enables the creation of multiple design systems, in order to meet the broad needs of the industry. You can use FAST to create Fluent, Material, Lion, etc. with minimal effort. The official Fluent UI Web Components are built on FAST. We also used to support a second "starter" design system known as "fast-components".

If you want a highly configurable starter design system, then you
would use @microsoft/fast-components as the base of your own design
system. This is now deprecated and will be replaced with custom design
system tooling in vNext.

If you want the Fluent UI system specifically, and don’t wish to
create your own design system, then you would use
@fluentui/web-components.

Leave a comment