Skip to content

rtk-poll

Last updated View as MarkdownAgent setup

A poll component. Shows a poll where a user can vote.

Properties

Property Type Required Default Description
iconPack IconPack defaultIconPack Icon pack
permissions RTKPermissionsPreset - Permissions Object
poll Poll - Poll
self string - Self ID
t RtkI18n useLanguage() Language

Usage Examples

Basic Usage

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

With Properties

<!-- component.html -->
<rtk-poll
 [permissions]="rtkpermissionspreset"
 [poll]="poll"
 self="example">
</rtk-poll>

Was this helpful?