Skip to content

Files

Latest commit

 

History

History
27 lines (23 loc) · 1.19 KB

StatusLight.md

File metadata and controls

27 lines (23 loc) · 1.19 KB

StatusLight

interface StatusLight extends DOMProps, StyleProps {
  children: ReactNode,
  variant: 'positive' | 'negative' | 'notice' | 'info' | 'neutral' | 'celery' | 'chartreuse' | 'yellow' | 'magenta' | 'fuchsia' | 'purple' | 'indigo' | 'seafoam',
  isDisabled?: boolean
}

Changes

v2 v3 Notes
variant="active" variant="info"
variant="archived" variant="neutral"

Packages

  • @react-spectrum/statuslight