epiksol
epiksol
TTCTheo's Typesafe Cult
Created by Yandhi on 11/2/2023 in #questions
I'm a complete React beginner, is this the correct approach for Components?
Hey can you expand on this part a bit more: "and made each logo as components exporting an svg?" I would personally create a "base" <Button /> component with all of the basic styling and functionality you need. From there I'd create another for the logo version with some type of prop to identify which logo to use <LogoButton logo="default" />.
3 replies