core-ui
core-ui copied to clipboard
Notification icon/badge
https://github.com/scality/pensieve-front/blob/master/src/react/ui-elements/NotificationIcon.jsx
type Props = {
content: string | number,
variant: string, // "primary", "danger",...
children: Node
}
<Badge content={4} variant="primary">
<MailIcon />
</Badge>
Hi @nicolas2bert , what is the problem, how can I contribute on this issue ? It is just to create this component ?
It seems components need to be created. Please, check with @carlito-scality.
It seems components need to be created. Please, check with @carlito-scality.
Yes, I think with the new design we are working in progress. This component should look like:

@felipebrunetti94 please wait until the new design is validated ;)