Marker

Displays a list item marker to use with a number, a letter, or an icon.

color

grayyellowredpurplebluegreen

highContrast

boolean

size

123456789

withIcon

boolean

Also supports MarginProps: `m`, `mb`, `ml`, `mr`, `mt`, `mx`, `my`

Use the color prop to control the color of the marker.

Use the green and red markers with icons to indicate the status of a list item. The Marker automatically provides an appropriate icon size so that its shape remains a circle.

Use the high-contrast marker to indicate an active list item.

Use the size prop to control the size of the Marker. Otherwise, the Marker size will be based on the font size of the parent element.

Compose the Marker directly within Text or Heading components when you need to inherit the font size. The Marker will be automatically centered with the line of text.

Dashboard

12 variants found

Success marker in Legacy Verified Domain Migrationdashboard
color=green
Warning size 1 marker in Edit Brandingdashboard

/branding/edit

color=yellowsize=1
Warning size 1 marker in Edit Brandingdashboard

/branding/edit

color=yellowsize=1
size 5 marker in Create Application Dialogdashboard

/:environmentId/applications

size=5
size 5 marker in Impersonate Userland User Dialogdashboard
size=5
Primary marker in Complete Launch Checklist Onboarding Step Contentdashboard
color=purple
Primary marker in Complete Launch Checklist Onboarding Step Contentdashboard
color=purple
Destructive marker in Cname Statusdashboard

/domains

color=red
Destructive marker in Verify Custom Domain Dialog Contentdashboard

/domains

color=red
Success size 8 marker in Pagedashboard

/stripe-connect-callback

color=greensize=8
Destructive size 8 marker in Pagedashboard

/stripe-connect-callback

color=redsize=8
size 1 marker in Branding Update Groupdashboard
size=1

Admin Portal

3 variants found

Success marker in Domain Statusadmin-portal

/p/:portalSessionId/domain-verification

color=green
Success size 8 marker in Pageadmin-portal

/p/:portalSessionId/certificate-renewal/:connectionId/completed

color=greensize=8
Destructive size 8 marker in Failed Session Page Componentadmin-portal

/p/:portalSessionId/sso/:connectionId/verification/failed/:sessionId

color=redsize=8

Context

PropTypeDefaultRequired
color
"gray" | "yellow" | "red" | "purple" | "blue" | "green"no
highContrast
booleanno
size
Responsive<"1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9">no
withIcon
booleanno

Also supports MarginProps: m, mb, ml, mr, mt, mx, my

Usage

Used 100 times across 2 packages

Dashboard
67
Admin Portal
33

Variant Distribution

color

green
35%
purple
29%
red
14%
gray
13%
yellow
10%

size

1
7%
2
11%
3
7%
4
15%
5
28%
6
2%
8
30%

Where it's used

62 files

packages/dashboard/src/components/test-sso/service-provider-initiated-content.tsx6
packages/dashboard/src/components/onboarding-flows/complete-launch-checklist-onboarding-step-content.tsx4
packages/dashboard/src/components/authentication/configure-email-password-dialog.tsx3
packages/dashboard/src/components/authentication/configure-impersonation-dialog.tsx3
packages/dashboard/src/components/authentication/onboard-impersonation-dialog.tsx3
packages/dashboard/src/components/flags/onboarding-card.tsx3
packages/dashboard/src/components/get-started/get-started.tsx3
packages/dashboard/src/components/onboarding-flows/audit-logs-complete-your-integration-onboarding-step-content.tsx3
packages/dashboard/src/components/onboarding-flows/dsync-complete-your-integration-onboarding-step-content.tsx3
packages/dashboard/src/components/onboarding-flows/sso-complete-your-integration-onboarding-step-content.tsx3

Show 52 more files