reactjs - How to create dynamic styled component? - Stack Overflow

PHOTO EMBED

Wed Aug 03 2022 14:02:02 GMT+0000 (Coordinated Universal Time)

Saved by @avivdaniel #javascript

import styled from 'react-emotion'

const StyledComponent = styled(({tag, children, ...props}) => React.createElement(tag, props, children))`
    // some css styles
`
content_copyCOPY

https://stackoverflow.com/questions/50961377/how-to-create-dynamic-styled-component