interface BadgeCountObject {
    className?: string;
    count?: number;
    isRead?: boolean;
}

Properties

className?: string

Additional classes added to the badge count

count?: number

Adds count number right of button

isRead?: boolean

Adds styling to the badge to indicate it has been read