ScriptUI:使用JavaScript构建UI

时间:2024-05-26 10:09:04
【文件属性】:

文件名称:ScriptUI:使用JavaScript构建UI

文件大小:97KB

文件格式:ZIP

更新时间:2024-05-26 10:09:04

react javascript ui jsx reactjs

ScriptUI ScriptUI使您可以在没有JSX的情况下编写React组件。 很容易阅读。 无需构建或编译。 | | const Hello = View ( "div" ) ( Text ( "Hello World" ) . bold ( ) . color ( "red" ) , Button ( "Alert" , ( ) => alert ( "ScriptUI Rocks!" ) ) ; 安装 ScriptUI具有对等依赖项:React,ReactDOM和Emotion。 浏览器: <!-- Include React, ReactDOM, and Emotion first --> < script src =" https://unpkg.com/react/umd/react.production.min.js " > </ scr


【文件预览】:
ScriptUI-master
----.gitignore(51B)
----package.json(874B)
----package-lock.json(407KB)
----src()
--------view()
--------components.js(3KB)
----LICENSE(1KB)
----README.md(6KB)
----demo()
--------index.js(3KB)
--------index.html(185B)
----.npmignore(16B)

网友评论