Add a new VNavLink component #486
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
🌟 goal: addition
Addition of new feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: frontend
Related to the Nuxt frontend
From WordPress/openverse-frontend#2009
For the active state needed, I created a new "Link" component with resting, hover, and disabled states for its active and inactive versions. The component can be reused in other areas as is consistent with other actions across the site.
Description
The VNavLink component is used in the
VPageLinks
component in the new header (VHeaderInternal
) and the footer (VFooter
) . It should be a wrapper over the VLink component that provides interaction styles.API
Props
VHeaderInternal
's modal.Slots
State
Events
Code samples
Dependencies
References
Implementation
The text was updated successfully, but these errors were encountered: