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
UsaSummaryBox
A summary box highlights key information from a longer page or displays next steps.
status: draft
draft
id
heading
''
heading-tag
h2
h1
h3
h4
h5
h6
BaseHeading
usa-summary-box__link
aria-labelledby
The text was updated successfully, but these errors were encountered:
83e9d6a
patrickcate
No branches or pull requests
Summary Box
A summary box highlights key information from a longer page or displays next steps.
status:
draft
Props
id
heading
''
heading-tag
h2
h1
,h2
,h3
,h4
,h5
,h6
Slots
External Libraries
Sub-Components
Dependencies
BaseHeading
componentNotes
usa-summary-box__link
applied.Tests
id
prop is not provided, a unique id is auto-generated.aria-labelledby
attribute is assigned the correctid
prop value.heading
prop is used, the text is added as the alert heading.heading
slot is used, the content is added as the alert heading.heading
prop and slot are both used, theheading
slot will override theheading
prop.heading
prop or slot must be used.The text was updated successfully, but these errors were encountered: