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

<!-- component.html -->
<rtk-poll-form></rtk-poll-form>

With Properties

<!-- component.html -->
<rtk-poll-form
[iconPack]="defaultIconPack"
[t]="rtki18n">
</rtk-poll-form>