fluentdesignforweb / fdweb

npm package for Fluent Design for Web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to install

To install Fluent Design for Web in your project, run the following code
npm install fdweb

How to import

To import styles and scripts of Fluent Design for Web, add this to your components after installing Fluent Design for Web
import 'fdweb/fluent.js';
import 'fdweb/fluent.css';

To import icons

To import icons to use in Fluent Design for Web, add this to your components after installing Fluent Design for Web
import 'fdweb/fluent-icons.css';

After importing you can directly start applying Fluent Classes in your files. To know about all the Fluent Classes and how to use them, check out the Fluent Documentaion

About

npm package for Fluent Design for Web


Languages

Language:CSS 93.2%Language:JavaScript 6.8%