メインコンテンツへスキップ

IFrame

iFrame コンポーネント。

オプション

  • src | string (required): ソースURL. Default: none.
  • fullscreen | boolean: iFrameをフルスクリーンモードで表示するかどうかを制御します。. Default: false.
  • title | string: iFrameタイトル. Default: 'An iFrame'.
  • width | number: iFrame幅(px. Default: 900.
  • height | number: iFrame の高さ (px). Default: 600.
  • className | string: クラス名. Default: ''.
  • style | object: CSSインラインスタイル. Default: {}.

例としては、以下のようなものがあります。

ライブエディター
結果
ReferenceError: Provider is not defined