Posts by Programador Anonymo • 23 points
2 posts
-
0
votes1
answer855
viewsQ: How to use props in Styled-Components?
I would like to use props in a attr of a component in Styled-Components, that is to say: export const Button = styled.input.attrs({ type: 'button', value: `${props => props.value}` })` display:…
-
0
votes1
answer145
viewsQ: Attribute":SRC" not working in Vue?
Hello I would like to understand pq the ":SRC" is not working in Vue js, I tried to render an image that has its path inside the property "img", but simply does not work. picture tag: <img…