You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the first components we'll recreate as a Web Component is the usa-link (uswds/uswds#5706).
Necessary Tasks
These are the features that should constitute MVP for the pre-release version, since they will help us get our arms around the architectural choices we'll have to make in developing further components.
Add more vitest unit tests for component
Evaluate component's accessibility shortcomings and document them
All of these will need to happen at some point, but don't necessarily have to happen for the pre-release version
The current WIP implementation (Add usa-link component #8) for this component renders a link to the shadow DOM. Consider revising that implementation so that the the full link goes in the component <slot>.
One of the first components we'll recreate as a Web Component is the
usa-link
(uswds/uswds#5706).Necessary Tasks
These are the features that should constitute MVP for the pre-release version, since they will help us get our arms around the architectural choices we'll have to make in developing further components.
vitest
unit tests for componentStretch Goals
All of these will need to happen at some point, but don't necessarily have to happen for the pre-release version
usa-link
component #8) for this component renders a link to the shadow DOM. Consider revising that implementation so that the the full link goes in the component<slot>
.The text was updated successfully, but these errors were encountered: