Function configureTheme

Callable

  • Allows the global configuration of the active theme.

    Usage:

    import { configureTheme } from 'igniteui-webcomponents';

    configureTheme('material', 'light');

    Parameters

    • t: Theme
    • v: ThemeVariant = 'light'

    Returns void