Posts by jorge • 1 point
1 post
-
0
votes1
answer110
viewsQ: identify button when clicking
hello I have a problem: I have the boot component const Botao = (props) => { const classe = "Botao" const classes = [props.active,classe].join(' ') return ( <button onClick={props.click}…