Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
loadPluginCss() function
loadPluginCss() function
Use this to load css for a Grafana plugin by specifying a PluginCssOptions containing styling for the dark and the light theme.
Signature
export declare function loadPluginCss(options: PluginCssOptions): Promise<any>;
Import
import { loadPluginCss } from '@grafana/runtime';
Parameters
Parameter | Type | Description |
---|---|---|
options | PluginCssOptions | plugin styling for light and dark theme. |
Returns:
Promise<any>