HackRU / frontendv2

Running it back.
https://frontendv2-six.vercel.app
5 stars 2 forks source link

Have common section title component #11

Closed kevinmonisit closed 8 months ago

kevinmonisit commented 8 months ago
image image image

Perhaps like

function SectionTitle(title: string) {
   return <>..... {title} .....</>
}

You can code this in codepen if that's easier and then implement later