Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@fluentui-contrib/azure-theme

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui-contrib/azure-theme

Azure Theme package powered by Fluent UI and used in Microsoft Azure.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@fluentui-contrib/azure-theme

Azure Theme package powered by Fluent UI and used in Microsoft Azure.

Requirements

Node 20

Try it out

yarn add @fluentui-contrib/azure-theme

npm install @fluentui-contrib/azure-theme
import * as React from 'react';
import { Button } from '@fluentui/react-components';
import { FluentProvider, button } from '@fluentui/react-components';
import { AzureDarkTheme } from '@fluentui-contrib/azure-theme';

function App() {
  const theme = AzureDarkTheme; // or AzureLightTheme

  return (
    <FluentProvider theme={theme}>
      <Button>Azure Themed Button</Button>
    </FluentProvider>
  );
}

FAQs

Package last updated on 22 Sep 2025

Did you know?

Socket

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.

Install

Related posts