
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
fluent-web-components
Advanced tools
Microsoft's Fluent Design system implemented for the web using Stencil.
Install from npm: npm i --save fluent-web-components
If you don't already have the body set to have no margin & padding, make sure you do.
body {
margin: 0;
padding: 0;
}
Tag: fluent-acrylic
| Property | Type | Default | Description |
|---|---|---|---|
| padding | boolean | false | Gives acrylic children some room to breathe. |
| tint-opacity | [1-10] | 5 | Opacity from 1 to 9 of the background of the acrylic |
| tint-color | css color | color scheme | Changes the tinit color of the acrylic from the default color scheme specified. |
| background-source | "host-backdrop" or "backdrop" | "host-backdrop" | Which background source to use as the background of the acrylic. "host-backdrop" uses the image set for the --background-image variable, while "backdrop" uses the content behind the element (right now this uses backdrop-filter so it may not work in all browsers yet). |
Tag: fluent-button
| Property | Type | Default | Description |
|---|---|---|---|
| background | string | based on theme | Changes the default background of the button |
| foreground | string | based on theme | Changes the default text color of the button |
...and several other properties. See Microsoft's specs on UWP button styling for more info.
Tag: fluent-content
| Property | Type | Default | Description |
|---|---|---|---|
| no-image | boolean | false | Disables a page-wide background image, instead opting for a solid background. |
| theme | "light" or "dark" | "light" | Apply the selected theme to all fluent elements that are children of this content. |
| background-image | string | undefined | Set the host backdrop of the content. |
FAQs
Fluent Design Components
The npm package fluent-web-components receives a total of 6 weekly downloads. As such, fluent-web-components popularity was classified as not popular.
We found that fluent-web-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.