Pular para o conteúdo

Spinner

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

The Spinner component is used to indicate loading or processing within the UI. It provides a simple, animated visual cue to users that an operation is in progress.

  • Status Colors: Supports multiple color variants to match different themes or semantic meanings.
  • Sizes: Customizable size to fit inline or standalone usage.
  • Flexible placement: Can be used inside buttons, cards, or standalone areas.
success
warning
error
info
xs
sm
md
lg
xl
PropTypeDefaultDescription
size"sm" | "md" | "lg""md"Controls the size of the spinner.
colorstring"primary"Sets the color of the spinner, typically aligned with theme colors or status indicators.
classstringOptional CSS class to apply additional styling.
styleCSSPropertiesInline styles for further customization.
  • Can be combined with text or other indicators to show progress context.
  • Works well as a standalone loader or inside UI components like buttons, modals, or cards.