Status
A small icon to visually show the current status of an element, like online, offline, error, etc.
Import
import { Status, Row, Col, Text, Avatar, Badge } from '@sigx/daisyui';
Basic Usage
Loading preview...
Sizes
Loading preview...
Colors
Loading preview...
Ping Animation
Use the animate-ping Tailwind utility class to create a ping/pulse effect for active or alert states.
Loading preview...
Bounce Animation
Use the animate-bounce Tailwind utility class for a notification-style effect.
Loading preview...
Status with Avatar
Loading preview...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
color | 'primary' | 'secondary' | 'accent' | 'neutral' | 'info' | 'success' | 'warning' | 'error' | undefined | Color variant |
size | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | undefined | Size of the status indicator |
class | string | undefined | Additional CSS classes |