styled-jss:在JSS之上的样式化组件

时间:2024-02-25 14:14:51
【文件属性】:

文件名称:styled-jss:在JSS之上的样式化组件

文件大小:106KB

文件格式:ZIP

更新时间:2024-02-25 14:14:51

react css stylesheets js styled-components

JSS之上的样式化组件 Styled-JSS在之上实现了styled-primitives接口。 它的API与样式化的组件相似,但是由于有了JSS核心,它支持JSS所做的所有功能和插件。 例如,您可以在其中使用完整的。 在上尝试一下。 默认样式功能 import styled from 'styled-jss' const Button = styled ( 'button' ) ( { fontSize : 12 , color : ( props ) => props . theme . textColor } ) // You can also use curried int


【文件预览】:
styled-jss-master
----.eslintrc(84B)
----.flowconfig(244B)
----yarn.lock(166KB)
----src()
--------utils()
--------types()
--------styled.js(5KB)
--------injectStyled.js(549B)
--------tests()
--------createStyled.js(825B)
--------index.js(326B)
----.babelrc(195B)
----flow-typed()
--------npm()
----.npmignore(10B)
----.travis.yml(168B)
----LICENSE(1KB)
----README.md(5KB)
----.gitignore(41B)
----CHANGELOG.md(11KB)
----.eslintignore(15B)
----package.json(3KB)

网友评论