为了账号安全,请及时绑定邮箱和手机立即绑定

如何使用React在Emotion情感中组成样式化的组件?

如何使用React在Emotion情感中组成样式化的组件?

天涯尽头无女友 2021-04-06 16:19:00
我想做的是将多个样式化的组件组合成一个组件。使用普通的css,这很容易:<button class="btn large red"></button>这是我在React中激动不已的尝试:import styled from "@emotion/styled/macro";const A = styled.button({  color: "red"});const B = styled.button({  fontSize: 32});// I know how to add single styled component. But how to also add B here?const C = styled(A)({  // some additional styles});function App() {  return (    <div className="App">      <A>A</A>      <B>B</B>      <C>C</C>    </div>  );}
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 287 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信