rtk-poll
A poll component. Shows a poll where a user can vote.
| 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 |
<rtk-poll></rtk-poll><rtk-poll self="example"></rtk-poll><script> const el = document.querySelector("rtk-poll");
</script>