Chazzvdh / TaskVault

Simplify task management with a intuitive application. Stay organized, collaborate effectively, and boost productivity with ease.
0 stars 0 forks source link

Header Button Component #3

Open Chazzvdh opened 6 months ago

Chazzvdh commented 6 months ago

Header Button

Implement a Header Button component using Lit components that includes an href attribute for navigation functionality. This component will be utilized in the application's header to provide a clickable button for navigation purposes.

Requirements

Usage Example

<header-button-element href="/dashboard" text="Dashboard"></header-button-element>

Additional Notes