用户界面框架

时间:2021-02-22 02:21:09
【文件属性】:
文件名称:用户界面框架
文件大小:914KB
文件格式:ZIP
更新时间:2021-02-22 02:21:09
CSS @ rykan / ui-framework 安装 npm install --save @rykan/ui-framework yarn add @rykan/ui-framework 用法 import * as React from 'react' import { Theme , makeTheme } from '@rykan/ui-framework' ; // ... const theme = makeTheme ( { theme : "dark" , accent : "#0078D7" } ) ; // ... class Example extends React . Component { render ( ) { return ( < Theme xss=removed> // Stuff! < / Theme >
【文件预览】:
ui-framework-master
----.travis.yml(39B)
----example()
--------package.json(490B)
--------src()
--------public()
--------README.md(103KB)
--------yarn.lock(325KB)
----rollup.config.js(880B)
----package.json(2KB)
----LICENSE(7KB)
----src()
--------typings.d.ts(468B)
--------navigation()
--------decor()
--------controls()
--------__tests__()
--------typography()
--------icons()
--------rwf.css(2KB)
--------index.tsx(2KB)
--------toolbar()
--------loading_messages.js(3KB)
--------theme()
--------headings()
--------colours.ts(5KB)
----tsconfig.test.json(87B)
----tsconfig.json(634B)
----.gitignore(281B)
----.circleci()
--------config.yml(958B)
----README.md(1KB)
----yarn.lock(454KB)
----.editorconfig(147B)

网友评论