callbag-html:用于callbag的html标记库

时间:2024-04-09 01:13:00
【文件属性】:

文件名称:callbag-html:用于callbag的html标记库

文件大小:64KB

文件格式:ZIP

更新时间:2024-04-09 01:13:00

JavaScript

callbag-html 用于callbag的html标记库 例子 const { div , span , br } = require ( 'callbag-html' ) const { pipe , map , interval } = require ( 'callbag-basics' ) // A callbag stream of an HTMLElement const clock = pipe ( interval ( 1000 ) , map ( ( ) => span ( `The time is ${ new Date ( ) . toString ( ) } ` ) ) ) document . body . appendChild ( div ( [ span ( 'The time is:' ) , // Can acce


【文件预览】:
callbag-html-master
----.gitignore(25B)
----test.html(72B)
----package.json(764B)
----package-lock.json(271KB)
----LICENSE(1KB)
----index.js(7KB)
----test.js(253B)
----README.md(3KB)

网友评论