NativeSlot
编译的原生组件支持使用 slot 插槽
支持情况:
类型
ComponentType<NativeSlotProps>
示例代码
import { NativeSlot, View } from '@tarojs/components'
export default function () {
render () {
return (
<View>
<NativeSlot />
</View>
)
}
}
NativeSlotProps
参数 | 类型 | 默认值 | 必填 | 说明 |
---|---|---|---|---|
name | string | none | 否 | 指定插入的 slot 位置 |
API 支持度
API | 微信小程序 | 百度小程序 | 支付宝小程序 | 抖音小程序 | QQ 小程序 | 京东小程序 | H5 | React Native | Harmony |
---|---|---|---|---|---|---|---|---|---|
NativeSlotProps.name | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |