文件名称:revas:使用React和CSS在画布上构建UI界面
文件大小:20.49MB
文件格式:ZIP
更新时间:2024-04-10 05:05:38
react react-native canvas reactjs flutter
使用React和CSS在画布上构建UI界面 ||| 安装 $ yarn add revas react 用法 渲染到DOM import React from 'react' import { render , View , Text } from 'revas' render ( < View xss=removed> < Text xss=removed> Revas < / Text > < / View > , document . getElementById ( 'container' ) ) 渲染到React渲染的DOM import React from 'react' import { render , View , Text } from 'revas' export class
【文件预览】:
revas-master
----package.json(2KB)
----common.d.ts(41B)
----LICENSE(1KB)
----src()
--------develop()
--------react-app-env.d.ts(40B)
--------revas()
--------index.tsx(670B)
----.npmignore(343B)
----tsconfig.json(657B)
----doc()
--------README-zh.md(6KB)
--------API.md(5KB)
----.gitignore(364B)
----public()
--------logo192.png(12KB)
--------stats.min.js(2KB)
--------manifest.json(476B)
--------robots.txt(57B)
--------index.html(2KB)
--------touch-emulator.js(11KB)
--------logo512.png(33KB)
--------favicon.ico(17KB)
----README.md(2KB)
----common.js(47B)
----rollup.config.ts(1KB)
----.vscode()
--------settings.json(85B)