| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
iconPack |
IconPack1 |
❌ | defaultIconPack |
アイコンパック |
isActive |
boolean |
✅ | - | アクティブ状態のインジケーター |
t |
RtkI18n1 |
❌ | useLanguage() |
言語 |
import { RtkEmojiPickerButton } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return <RtkEmojiPickerButton />;
}import { RtkEmojiPickerButton } from '@cloudflare/realtimekit-react-ui';
function MyComponent() {
return (
<RtkEmojiPickerButton
isActive={true}
/>
);
}