UNPKG

@mozaic-ds/vue

Version:

Mozaic-Vue is the Vue.js implementation of ADEO Design system

12 lines (7 loc) 634 B
# MStatusDot A Status dot is a small visual indicator used to represent the state or condition of an element. It is often color-coded to convey different statuses at a glance, such as availability, activity, or urgency. Status Dots are commonly found in user presence indicators, system statuses, or process tracking to provide quick, unobtrusive feedback. ## Props | Name | Description | Type | Default | | --- | --- | --- | --- | | `status` | Allows to define the status dot type. | `"info"` `"warning"` `"error"` `"success"` `"neutral"` | `"info"` | | `size` | Determines the size of the status dot. | `"s"` `"m"` `"l"` | - |