configureTheme

Allows the global configuration of the active theme.

Usage:

import { configureTheme } from 'igniteui-webcomponents';

configureTheme('material', 'light');

Signature

configureTheme(t: Theme, v: ThemeVariant): void

Parameters

  • t: Theme
  • v: ThemeVariant

Returns

void