class documentation

class PillBadgeView(View): (source)

Constructor: PillBadgeView(**kwargs)

View In Hierarchy

Displays a pill shaped badge.

Parameters
texta label or set of label options with or without a color for the pill badge
colorthe color of the pill
variantthe variant of the pill
show_iconwhether to display indicator icon
Method __init__ Undocumented

Inherited from View:

Method clone Undocumented
Method kwargs_to_json Undocumented
Method to_json Undocumented
Instance Variable caption Undocumented
Instance Variable component Undocumented
Instance Variable componentsProps Undocumented
Instance Variable container Undocumented
Instance Variable description Undocumented
Instance Variable label Undocumented
Instance Variable placeholder Undocumented
Instance Variable read_only Undocumented
Instance Variable space Undocumented
Instance Variable _kwargs Undocumented
def __init__(self, **kwargs): (source) ΒΆ