Hiyve Components - v1.0.0
    Preparing search index...

    Interface DurationBadgeProps

    interface DurationBadgeProps {
        backgroundColor?: string;
        duration: number;
        label: string;
        pulseColor?: string;
    }
    Index

    Properties

    backgroundColor?: string

    Background color of the badge.

    '#ef4444'

    duration: number

    Duration in seconds.

    label: string

    Badge label (e.g. "REC", "LIVE").

    pulseColor?: string

    Color of the pulsing dot.

    '#ffffff'