Docs Quickstart Figma Flowbite
1.3.0
Getting started
Customize
Components
API Reference NEW
components / Variable

FLOWBITE_SCROLL_TOP_CUSTOM_STYLE_DEFAULT_VALUE

No documentation has been provided.

Presentation

const FLOWBITE_SCROLL_TOP_CUSTOM_STYLE_DEFAULT_VALUE: InjectionToken<{
  root?:
    | {
        base?: string | undefined;
        color?:
          | {
              [x: string]: string | undefined;
              primary?: string | undefined;
              dark?: string | undefined;
              blue?: string | undefined;
              gray?: string | undefined;
              green?: string | undefined;
              lime?: string | undefined;
              purple?: string | undefined;
              red?: string | undefined;
            }
          | undefined;
        position?:
          | {
              [x: string]: string | undefined;
              "bottom-center"?: string | undefined;
              "top-center"?: string | undefined;
              "top-left"?: string | undefined;
              "top-right"?: string | undefined;
              "center-left"?: string | undefined;
              "center-right"?: string | undefined;
              "bottom-left"?: string | undefined;
              "bottom-right"?: string | undefined;
            }
          | undefined;
      }
    | undefined;
}>;
Flowbite

© 2019-2024 Flowbite™ is a registered trademark. All Rights Reserved.