Skip to content

Framework for using Windows 11 Fluent design on the web.

License

Notifications You must be signed in to change notification settings

Spejik/Fluent-Web-Framework

 
 

Repository files navigation

Fluent Web Framwork

Framework for using Windows 11 Fluent design on the web.

Documentation

Visit the Fluent Web Framework documentation

Some controls

controls example

Expander

<fluent-expander header="Open me!">
   <p>Welcome to fluent framework!</p>
</fluent-expander>

expander example

Features

  • Windows 11 Fluent design.
  • Smooth animations.
  • Accurate colors.
  • Custom elements for easier usage.
  • Light and Dark theme.

Usage

Somewhere in <head>:
<link rel="stylesheet" href="https://static.bexcool.com/fwf/fluent.min.css">

After <body>:
<script src="https://static.bexcool.com/fwf/fluent.min.js"></script>

NOT AFFILIATED WITH MICROSOFT

About

Framework for using Windows 11 Fluent design on the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.0%
  • SCSS 3.9%
  • JavaScript 1.1%