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

    Interface SimplePollResultsProps

    Props for the SimplePollResults component.

    interface SimplePollResultsProps {
        colors?: Partial<PollsWindowColors>;
        compact?: boolean;
        poll: Poll;
        styles?: Partial<PollsWindowStyles>;
    }
    Index

    Properties

    colors?: Partial<PollsWindowColors>

    Custom colors

    compact?: boolean

    Whether to show as compact

    poll: Poll

    Poll to display results for

    styles?: Partial<PollsWindowStyles>

    Custom styles