A component that lets you create a poll.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack |
❌ | defaultIconPack |
Icon pack |
t |
RtkI18n |
❌ | useLanguage() |
Language |
<rtk-poll-form></rtk-poll-form><rtk-poll-form>
</rtk-poll-form><script>
const el = document.querySelector("rtk-poll-form");
el.iconPack= defaultIconPack
</script>