Pular para o conteúdo

Status

Este conteúdo não está disponível em sua língua ainda.

The Status component is used to display status indicators or messages with customizable appearance. It is ideal for representing system states, notifications, or feedback.

  • Variants: Different animations or styles (e.g., bounce, none) to indicate dynamic status.
  • Colors: Can reflect semantic meanings like success, error, warning, or info.
  • Sizes: Supports numeric and string-based sizes for flexible display.







PropTypeDefaultDescription
variant"bounce" | "none" | string"none"Visual style or animation type for the status indicator.
colorstring"primary"Color of the status indicator, usually aligned with theme or semantic meaning.
sizestring | number"md"Size of the status indicator; can be a numeric pixel value or predefined string.
classstringOptional CSS class for additional styling.
styleCSSPropertiesInline styles for custom appearance.
  • Can be used in dashboards, forms, or UI areas requiring quick status feedback.
  • Multiple Status components can be combined for lists or grouped indicators.