For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dot

This represents Dot Icon

Property
Type
Props Value

color

ColorProps

primary (default), secondary, info, success, warning, error

size

number

default - 8px

variant

string

filled (default), outline

sx

CSSObject

Asterisk (*) indicates required props.

Example:

@extended/Dot.tsx
<Dot />
<Dot color="success" />

Preview: Dot used for product status (https://mantisdashboard.com/dashboard/analytics)

Last updated