styled-components 背后的魔法

Posted 烟火

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了styled-components 背后的魔法相关的知识,希望对你有一定的参考价值。

styled-components 定义组件的风格为

const Button = styled.button`
  background-color: papayawhip;
  border-radius: 3px;
  color: palevioletred;
`

 

以上是关于styled-components 背后的魔法的主要内容,如果未能解决你的问题,请参考以下文章

现代化Spring开发与背后的魔法

Objective C block背后的黑魔法

meta.Vectors 背后的黑魔法是啥?

R.java 文件背后的魔法

项目中的”魔法值“

3.5 魔法方法