We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UsaLink
A link connects users to a different page or further information.
status: draft
draft
alt
false
external
usa-link--alt
usa-link--external
BaseLink
usa-link
The text was updated successfully, but these errors were encountered:
feat: implement UsaLink component
4c73a6e
ISSUES CLOSED: #49
patrickcate
No branches or pull requests
Link
A link connects users to a different page or further information.
status:
draft
Props
alt
false
external
false
Slots
CSS Classes
usa-link--alt
usa-link--external
External Libraries
Sub-Components
Dependencies
BaseLink
componentNotes
BaseLink
props can be used on this component.alt
prop bad name because is also name of attribute?Tests
usa-link
CSS class applied.alt
prop is set, the CSS classusa-link--alt
is applied.external
prop is set, the CSS classusa-link--external
is applied.The text was updated successfully, but these errors were encountered: