English
fs-frame
About 59 wordsLess than 1 minute
2025-04-28
Used to host and display page content from a specified URL.
Parameters
| Property | Type | Default | Optional Values | Description |
|---|---|---|---|---|
| src | String | -- | -- | URL of the page to load |
| height | String | -- | -- | Component height |
Example Code
<view>
<fs-frame height="600px" src="https://www.baidu.com"></fs-frame>
</view>{
"component": true,
"usingComponents": {
"fs-frame": "ava-ui/fxui/fsframe/fsframe"
}
}