react-elements:原型设置

时间:2024-05-15 13:04:02
【文件属性】:

文件名称:react-elements:原型设置

文件大小:134KB

文件格式:ZIP

更新时间:2024-05-15 13:04:02

JavaScript

元素 原型套件。 使用设计系统中的值轻松设置html元素的样式。 制成: 创建React应用 样式系统 迷人的 入门 git clone git@github.com:mrmrs/elements.git npm i && npm start 组件示例 H1.js import glamorous from 'glamorous' import { space , width , fontSize , color } from 'styled-system' const H1 = glamorous . h1 ( space , width , fontSize , color , { lineHeight : 1.25 , } ) H1 . defaultProps = { fontSize : 3 , 4 , 5 } export default H1 像这样引用您


【文件预览】:
react-elements-master
----.gitignore(285B)
----README.md(641B)
----public()
--------manifest.json(317B)
--------index.html(2KB)
--------favicon.ico(4KB)
----DOCS.md(116KB)
----package.json(474B)
----src()
--------App.test.js(248B)
--------registerServiceWorker.js(4KB)
--------pages()
--------index.js(232B)
--------theme.js(552B)
--------App.js(571B)
--------elements()
----yarn.lock(251KB)

网友评论