# fsframe webview container

# parameter

Attributes type Defaults optional value illustrate
src String - - url to load page
height String - - Component height

# sample code

<!-- demo.wxml -->
<view>
 <fs-frame height="600px" src="https://www.baidu.com"></fs-frame>
</view>



// demo.json
{
  "component": true,
  "usingComponents": {
    "fs-frame": "miniprogram_npm/ava-ui/fxui/fsframe/fsframe"
  }
}



lastUpdate: 10/24/2022, 3:40:37 PM