UseBadgeParameters

external interface UseBadgeParameters(source)

Properties

Link copied to clipboard
abstract var badgeContent: ReactNode?

The content rendered within the badge.

Link copied to clipboard
abstract var invisible: Boolean?

If true, the badge is invisible.

Link copied to clipboard
abstract var max: Number?

Max count to show.

Link copied to clipboard
abstract var showZero: Boolean?

Controls whether the badge is hidden when badgeContent is zero.