For the complete documentation index, see llms.txt. This page is also available as Markdown.

globalBgGradient

globalBgGradient utility function

Utility function for background.

Signature

globalBgGradient(app, args)

Parameters

Parameter
Description

app

-

args

-

Usage

const transformHook = (rw) => {
    const classes = globalBgGradient(rw);
};

Last updated

Was this helpful?