components / Interface

FlowbiteIndicatorConfig

No documentation has been provided.

Properties

NameTypeDescription
baseTheme
FlowbiteIndicatorTheme

The default theme of indicator

border
boolean

Whether the indicator has border

color
keyof FlowbiteIndicatorColors

The default color of indicator

customTheme
{ host?: { base?: string | undefined; transition?: string | undefined; border?: { off?: string | undefined; on?: string | undefined; } | undefined; color?: { [x: string]: { light?: string | undefined; dark?: string | undefined; } | undefined; warning?: { light?: string | undefined; dark?: string | undefined; } | undefined; default?: { light?: string | undefined; dark?: string | undefined; } | undefined; info?: { light?: string | undefined; dark?: string | undefined; } | undefined; failure?: { light?: string | undefined; dark?: string | undefined; } | undefined; success?: { light?: string | undefined; dark?: string | undefined; } | undefined; primary?: { light?: string | undefined; dark?: string | undefined; } | undefined; } | undefined; size?: { [x: string]: string | undefined; xs?: string | undefined; sm?: string | undefined; md?: string | undefined; lg?: string | undefined; xl?: string | undefined; } | undefined; position?: { [x: string]: string | undefined; 'bottom-left'?: string | undefined; 'bottom-right'?: string | undefined; 'bottom-center'?: string | undefined; 'top-left'?: string | undefined; 'top-center'?: string | undefined; 'top-right'?: string | undefined; 'center-left'?: string | undefined; center?: string | undefined; 'center-right'?: string | undefined; } | undefined; } | undefined; }

The custom theme of indicator

position
keyof FlowbiteIndicatorPositions | undefined

The default position of indicator

size
keyof FlowbiteIndicatorSizes

The default size of indicator

Flowbite Logo Flowbite

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