文件名称:forgo-powertoys:Forgo电动玩具
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-03 11:27:46
TypeScript
放弃力量玩具 一组在Forgo Apps中使用的实用程序功能。 rerenderElement函数 渲染安装在元素上的组件。 import { rerenderElement } from "forgo-powertoys" ; // A forgo component. function LiveScores ( ) { return { render ( props ) { return < p xss=removed> Top score is { props . topscore } < / p > ; } , } ; } // Call rerender on the element. rerenderElement ( "#live-scores" , { topscore : 244 } ) ; // As needed,
【文件预览】:
forgo-powertoys-main
----src()
--------index.ts(2KB)
----.npmignore(24B)
----tsconfig.json(342B)
----LICENSE(1KB)
----README.md(533B)
----.gitignore(2KB)
----package-lock.json(754B)
----package.json(362B)