theme-vir - v28.21.2
    Preparing search index...

    Function createColorPaletteBookPages

    • Create multiple element-book pages to showcase a bunch of color CSS variables.

      Parameters

      • __namedParameters: {
            colors: Readonly<ColorPaletteVars>;
            parent: Readonly<BookPage>;
            title: string;
        } & PartialWithUndefined<
            {
                includeContrast: boolean;
                includeTheme: boolean;
                options: Readonly<BuildLowLevelColorThemeOptions>;
                useVerticalTheme: boolean;
            },
        >

      Returns BookPage[]

      createColorThemeBookPages for creating full color theme pages.