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