ミーティング退出の確認ダイアログを開くボタンです。
| プロパティ | 型 | 必須 | デフォルト | 説明 |
|---|---|---|---|---|
variant |
'button' | 'horizontal' |
❌ | - | レイアウトのバリアント |
size |
'lg' | 'md' | 'sm' | 'xl' |
❌ | - | ボタンのサイズ |
iconPack |
IconPack |
❌ | defaultIconPack |
カスタムアイコンパック |
t |
RtkI18n |
❌ | - | i18n の翻訳関数 |
import { RtkLeaveButton } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkLeaveButton />;
}import { RtkLeaveButton } from "@cloudflare/realtimekit-react-native-ui";
function MyComponent() {
return <RtkLeaveButton variant="button" size="md" />;
}