论文:JavaScript UI库

时间:2024-02-27 03:36:53
【文件属性】:

文件名称:论文:JavaScript UI库

文件大小:9KB

文件格式:ZIP

更新时间:2024-02-27 03:36:53

javascript library framework ui ux

纸 Paper是一个JavaScript UI库,可用作ESM模块,没有依赖性。 安装 git submodule add https://github.com/tomashubelbauer/paper 用法 HelloWorld.js import { Component , h1 , div , ... } from './paper/index.js' ; export default class HelloWorld extends Component { // This constructor must be present for Paper to be able to d


【文件预览】:
paper-master
----index.js(6KB)
----readme.md(1KB)
----drainAsync.js(835B)
----attribute.js(2KB)
----index.test.js(6KB)
----parentAsync.js(1KB)
----parentSync.js(2KB)
----Component.js(5KB)
----html.js(1KB)
----parent.js(822B)
----drain.js(801B)
----Component.test.js(3KB)

网友评论