styled-components 背后的魔法
Posted 烟火
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了styled-components 背后的魔法相关的知识,希望对你有一定的参考价值。
styled-components
定义组件的风格为
const Button = styled.button` background-color: papayawhip; border-radius: 3px; color: palevioletred; `
以上是关于styled-components 背后的魔法的主要内容,如果未能解决你的问题,请参考以下文章