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

Similar Components

Badge

Badge is a component that emphasizes the status of an item to make it immediately recognizable.

NativePopover

NativePopover is a component that floats around an element to display information using the HTML Popover API.

Status

Status is component that indicate the status of a process or state.

Tag

Tag is a component used to categorize or organize items using keywords that describe them.

Uses Components & Hooks