This is a really simple component that will just allow you to position a badge relative to another component.
This is a small wrapper for the Button component that will automatically
apply the aria-describedby attribute when it has been "badged". It also
adds some reasonable defaults for the most common use-case for badges:
notifications.
Generated using TypeDoc
This component is generally used for displaying notifications with a count relative to another element with the
BadgeContainercomponent. However, it can be used by itself to display any supplementary content if needed.