| Property | Type | Required | Default | Description |
|---|---|---|---|---|
iconPack |
IconPack1 |
❌ | defaultIconPack |
Icon pack |
isActive |
boolean |
✅ | - | Active state indicator |
t |
RtkI18n1 |
❌ | useLanguage() |
Language |
import { RtkEmojiPickerButton } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return <RtkEmojiPickerButton />;
}import { RtkEmojiPickerButton } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return (
<RtkEmojiPickerButton
isActive={true}
/>
);
}