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

    Interface ParticipantMoodCardProps

    Props for ParticipantMoodCard component

    interface ParticipantMoodCardProps {
        colors?: Partial<SentimentDashboardColors>;
        compact?: boolean;
        labels?: Partial<ParticipantMoodCardLabels>;
        onClick?: (participant: ParticipantMood) => void;
        participant: ParticipantMood;
        showEmotionLabel?: boolean;
        showEngagementCircle?: boolean;
        styles?: Partial<SentimentDashboardStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<SentimentDashboardColors>

    Custom colors

    compact?: boolean

    Whether compact mode

    labels?: Partial<ParticipantMoodCardLabels>

    Custom labels

    onClick?: (participant: ParticipantMood) => void

    Callback when card is clicked

    participant: ParticipantMood

    Participant mood data

    showEmotionLabel?: boolean

    Whether to show emotion label

    showEngagementCircle?: boolean

    Whether to show engagement circle

    styles?: Partial<SentimentDashboardStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop