Status#

A small icon to visually show the current status of an element, like online, offline, error, etc.

Import#

TSX
import { Status, Row, Col, Text, Avatar, Badge } from '@sigx/daisyui';

Basic Usage#

TSX
Loading preview...

Sizes#

TSX
Loading preview...

Colors#

TSX
Loading preview...

Ping Animation#

Use the animate-ping Tailwind utility class to create a ping/pulse effect for active or alert states.

TSX
Loading preview...

Bounce Animation#

Use the animate-bounce Tailwind utility class for a notification-style effect.

TSX
Loading preview...

Status with Avatar#

TSX
Loading preview...

Props#

PropTypeDefaultDescription
color'primary' | 'secondary' | 'accent' | 'neutral' | 'info' | 'success' | 'warning' | 'error'undefinedColor variant
size'xs' | 'sm' | 'md' | 'lg' | 'xl'undefinedSize of the status indicator
classstringundefinedAdditional CSS classes