Skip to content

rtk-poll-form

Last updated View as MarkdownAgent setup

A component that lets you create a poll.

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

<rtk-poll-form></rtk-poll-form>

With Properties

<rtk-poll-form>
</rtk-poll-form>
<script>
  const el = document.querySelector("rtk-poll-form");

  el.iconPack= defaultIconPack
</script>

Was this helpful?