【发布时间】:2020-03-14 23:08:59
【问题描述】:
我在 TypeScript React 应用程序中使用 styled-components,并且在它上面有一个路由器。
是否可以使用带样式的组件对 react-router-dom 中的 Link 元素进行样式设置?
可能是这样的:
const HeaderLink = styled.Link`
background-color: hotpink;
`
【问题讨论】:
标签: javascript reactjs typescript react-router styled-components