styletron:面向组件样式的工具包 源码
Styletron是用于面向组件的样式的通用工具包。 它属于JS类别CSS。 Styletron可与React完美配合,但也可与其他框架或纯JS一起使用。 请访问上的文档! 与React配合使用 import { styled } from "styletron-react" ; // Create a styled component by passing an element name and a style object const RedAnchor = styled ( "a" , { color : "red" } ) ; < RedAnchor xss=removed>
文件列表
styletron:面向组件样式的工具包
(预估有个262文件)
.flowconfig
99B
.gitignore
114B
.editorconfig
190B
index.js
15KB
tests.browser.js
16KB
client.js
7KB
client.browser.js
9KB
tests.node.js
8KB
devtools_page.html
81B
input
146B
暂无评论