← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / core
rtk-poll-form
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>