No documentation has been provided.
Properties
Name | Type | Description |
---|
color r | InputSignal<keyof FlowbiteNavbarColors> | |
config p r | FlowbiteNavbarConfig | |
customTheme r | InputSignal<{ host?: { base?: string | undefined; transition?: string | undefined; fixed?: { 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; } | undefined; container?: { base?: string | undefined; transition?: string | undefined; } | undefined; }> | |
fixed r | InputSignalWithTransform<boolean, BooleanInput> | |
open r | InputSignalWithTransform<boolean, BooleanInput> | |
theme r | Signal<{ host: { root: string; }; container: { root: string; }; }> | |