Axinom Mosaic Libraries
    Preparing search index...

    Variable BadgeConst

    Badge: React.FC<BadgeProps> = ...

    A small badge that attaches to a corner of the element it wraps, typically used to display a notification counter.

    <Badge content={5} position="top-right">
    <Icons icon={IconName.Bell} />
    </Badge>