@fluentui/azure-themes
TypeScript icon, indicating that this package has built-in type declarations

8.6.75 • Public • Published

@fluentui/azure-themes

Azure theme for Fluent UI React (formerly Office UI Fabric React)

The Azure themes require the following import statements:

import {
  AzureThemeLight,
  AzureThemeDark,
  AzureThemeHighContrastLight,
  AzureThemeHighContrastDark,
} from '@fluentui/azure-themes';

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>

Readme

Keywords

none

Package Sidebar

Install

npm i @fluentui/azure-themes

Weekly Downloads

2,822

Version

8.6.75

License

MIT

Unpacked Size

2.89 MB

Total Files

530

Last publish

Collaborators

  • sopranopillow
  • microsoft1es
  • justslone
  • chrisdholt
  • miroslavstastny
  • levithomason
  • uifabricteam
  • uifrnbot
  • dzearing
  • layershifter
  • ling1726
  • travisspomer