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>
用户评论