alcpereira / 100hunters

Let's goooo
6 stars 11 forks source link

Header React component #25

Open alcpereira opened 2 months ago

alcpereira commented 2 months ago

Description

This component should accept a single property: isLogged: boolean.

It should use the Link component from @remix-run/react to substitute <a> tags.

It should include good use of semantic HTML.

It should include stylings using Tailwind. Find a nice looking design on Dribble or similar, and build it. Consider light/dark mode too, using the dark: prefix.

ACs