RtkPollForm
A component that lets you create a poll.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack | IconPack | ❌ | defaultIconPack | Icon pack |
t | RtkI18n | ❌ | useLanguage() | Language |
import { RtkPollForm } from '@cloudflare/realtimekit-react-ui';
function MyComponent() { return <RtkPollForm />;}import { RtkPollForm } from '@cloudflare/realtimekit-react-ui';
function MyComponent() { return ( <RtkPollForm iconPack={defaultIconPack} t={rtki18n} /> );}