No documentation has been provided.
Properties
| Name | Type | Description |
|---|
| config r | FlowbiteLabelConfig | |
| customTheme r | InputSignal<{ host?: { base?: string | undefined; transition?: string | 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; mode?: { [x: string]: string | undefined; normal?: string | undefined; floating?: string | undefined; } | undefined; } | undefined; }> | |
| formFieldState r | Signal<State<{ readonly config: FlowbiteFormFieldConfig; readonly size: InputSignal<keyof FlowbiteFormFieldSizes>; readonly color: InputSignal<keyof FlowbiteFormFieldColors>; readonly mode: InputSignal<keyof FlowbiteFormFieldModes>; readonly customTheme: InputSignal<{ host?: { base?: string | undefined; transition?: string | undefined; mode?: { [x: string]: string | undefined; normal?: string | undefined; floating?: string | undefined; } | undefined; } | undefined; }>; readonly theme: Signal<{ host: { root: string; }; }>; readonly state: CreatedState<FormField>; }>> | |
| theme r | Signal<{ host: { root: string; }; }> | |