Skip to content

Tag: react-bootstrap

Making a react component clickable

I have a functional REACT component, code is as follows I want to make the entire card clickable. I read through a post on stack overflow Making whole card clickable in Reactstrap which talks about using an anchor tag, but that doesn’t work for me. Can someone help me understand what I am doing wrong? A…