iframe

ReactElement iframe([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates an <iframe> element.

Implementation

ReactElement iframe([
  Map<String, Object?>? props,
  List<ReactElement>? children,
]) => domElement('iframe', props, children);