No documentation has been provided.
Properties
Name | Type | Description |
---|
baseTheme | FlowbiteCardTheme | The default theme of card |
color | keyof FLowbiteCardColors | The default color of card |
customTheme | { host?: { base?: string | undefined; transition?: string | undefined; orientation?: { vertical?: string | undefined; horizontal?: 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; } | undefined; } | The custom theme of card |
orientation | keyof FlowbiteCardOrientation | The default orientation of card |
size | keyof FlowbiteCardSizes | The default size of card |