Skip to content
Cloudflare Docs

rtk-poll-form

A component that lets you create a poll.

Properties

PropertyTypeRequiredDefaultDescription
iconPackIconPackdefaultIconPackIcon pack
tRtkI18nuseLanguage()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>