← Cloudflare Realtime / realtime / realtimekit / ui-kit / api-reference / angular
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
<!-- component.html -->
<rtk-poll-form></rtk-poll-form>With Properties
<!-- component.html -->
<rtk-poll-form
[iconPack]="defaultIconPack"
[t]="rtki18n">
</rtk-poll-form>