Make toggle/collapsable content
Recently I was building a React Web App for my side project and wanted a toggle/collapsable component. So like a caveman I planned to add an "onclick" event listener on the title div and add an arrow to the title using "::before" in the title CSS.
Th...
apurvkhare.hashnode.dev4 min read