ray组件中如何使用小程序的进度条progress组件?

面板小程序开发相关产品技术讨论,包括面板小程序、智能小程序、React Native、Ray跨端框架、Panel SDK、微信小程序、小程序开发工具(IDE)及其他开发技术相关等话题


Post Reply
13871602308
Posts: 10

我在ray函数组件中直接使用小程序的组件,运行时报错,请问progress这个组件怎么使用


Tags:
智能小程序开发者
Posts: 135

Re: ray组件中如何使用小程序的进度条progress组件?

请问你是怎么写的呢?运行报什么错误?

13871602308
Posts: 10

Re: ray组件中如何使用小程序的进度条progress组件?

return (
<View className="c-width-full scene-home-wrapper">
<ScrollView className="scene-home-scroll-wrapper" scrollY>
{scenesRowRenderList.map(renderSceneRowItem)}
</ScrollView>
<View>
<progress></progress>
</View>
</View>
);

User avatar
Muzzzhi
Posts: 80

Re: ray组件中如何使用小程序的进度条progress组件?

已支持 @ray-js/ray 0.6.15

文档暂未更新。

属性可参考:
https://developer.tuya.com/cn/miniapp/c ... t/progress

:geek: :ugeek: :mrgreen: :roll: :lol: :idea: :arrow: LGTM

Post Reply