@umbraco-ui/uui-badge
v1.16.0
Published
A badge to notify that there is something that requires attention of the user.
Downloads
9,691
Readme
uui-badge
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-badgeImport the registration of <uui-badge> via:
import '@umbraco-ui/uui-badge';When looking to leverage the UUIBadgeElement base class as a type and/or for extension purposes, do so via:
import { UUIBadgeElement } from '@umbraco-ui/uui-badge';Usage
<uui-badge color="danger">!</uui-badge>