Hiyve Components - v1.0.0
    Preparing search index...
    • PollCreator provides a dialog for creating new polls.

      Parameters

      Returns ReactElement

      The rendered PollCreator component

      The dialog allows configuring:

      • Poll question
      • Poll type (multiple choice, yes/no, rating, text)
      • Options (for choice-based polls)
      • Settings (anonymous, show results, timer)
      <PollCreator
      open={isCreating}
      onClose={() => setIsCreating(false)}
      onCreate={handleCreate}
      />