styled-components 背后的魔法

styled-components 定义组件的风格为

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

猜你喜欢

转载自www.cnblogs.com/kuangliu/p/8997684.html
今日推荐