![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@fluentui/azure-themes
Advanced tools
Azure theme for Fluent UI React (formerly Office UI Fabric React)
The Azure themes require the following import statements:
import {
AzureThemeDark,
AzureThemeLight,
AzureCustomizationsLight,
AzureCustomizationsDark,
} from '@fluentui/azure-themes';
The theme may subsequently be set to either the Azure or Azure-Dark themes.
In case of applying theme using Customizer
:
import { Customizer } from '@fluentui/react';
const customizations = AzureCustomizationsDark; // or alternatively AzureCustomizationsLight
<Customizer {...customizations}>
<div>{child component}</div>
</Customizer>
In case of applying theme using ThemeProvider
:
import { ThemeProvider } from '@fluentui/react';
const theme = AzureThemeDark; // or alternatively AzureThemeLight
<ThemeProvider theme={theme}>
<div>{child component}</div>
</ThemeProvider>
FAQs
Azure themes for Fluent UI React
The npm package @fluentui/azure-themes receives a total of 2,603 weekly downloads. As such, @fluentui/azure-themes popularity was classified as popular.
We found that @fluentui/azure-themes demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 12 open source maintainers 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.