Indicator
The Method To Use
order: int,
data: Union[str, pd.DataFrame, List[Dict], Dict],data: Union[str, pd.DataFrame, List[Dict], Dict],
order: int,
vertical: Union[bool, str] = False,
**component_params{
title: string,
value: string,
description?: string,
color?: 'success' 'warning' 'error' 'neutral' 'caution',
align?: 'left' 'center' 'right',
targetPath?: string,
icon?: string,
bigIcon?: string,
variant?: 'default' 'outlined' 'contained' 'topColor',
info?: string,
hideIcons?: boolean,
backgroundImage?: string
}Styles



Example

Modifying Size And Padding

padding="0,0,0,2", and size with cols_size=7. Size can be modified with attention to the text to be fit in.Last updated
Was this helpful?



