Components
Badge
Badges are used to draw attention and display statuses or counts.
BadgeR( count = Some(5), color = _.Danger, theme = _.Bold)( Button( style = _.Full( icon = _.Comment ) )())DotR(color = _.Danger)( Button( style = _.Full(icon = _.ListBullet) )())