Const
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> Copy
<Badge content={5} position="top-right"> <Icons icon={IconName.Bell} /> </Badge>
A small badge that attaches to a corner of the element it wraps, typically used to display a notification counter.