Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 950 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 950 Bytes

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