styled tools:CSS in JS的有用内插函数 源码
样式工具 :nail_polish: 有用内插函数 :nail_polish: , :woman::microphone: , 和其他CSS-in-JS库。 安装 npm: npm i styled-tools 纱: yarn add styled-tools 用法 import styled , { css } from "styled-components" ; import { prop , ifProp , switchProp } from "styled-tools" ; const Button = styled . button ` color: ${ prop ( "color" , "red" ) } ; font-size: ${ ifProp ( { size : "large" } , "20px" , "14px" ) } ; background-color: ${ switchProp ( "theme" , {
文件列表
styled-tools-master.zip
(预估有个34文件)
styled-tools-master
.gitignore
43B
.flowconfig
29B
.eslintrc
378B
documentation.yml
134B
package.json
2KB
src
prop.js
821B
index.js.flow
527B
theme.js
502B
暂无评论