Indicator

Indicator is a component that displays at the corner of elements such as avatars.

New

Usage

import { Indicator } from "@yamada-ui/react"
<Indicator />

Change Variant

New
New
New

Change Size

New
New
New

Change Color Scheme

New
New

Change Display Position

If you want to change the display position of the indicator, specify start-end, center-end, etc. for placement.

New
New
New
New
New
New
New
New
New

Change Offset

To change the offset, set a value to offset.

Set Maximum Value

To set a maximum value, set a numeric value to overflowCount.

99+

Hide Zero

To hide zero, set showZero to false.

0

Show Border

To show a border, set withBorder to true.

New

Highlighting

To highlight, set ping to true.

New

Hide Indicator

To hide the indicator, set disabled to true.

Props