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
A summary box highlights key information from a longer page or displays next steps.
Requirements (proposed)
Prop Interface
interfaceSummaryBoxLinkProps={href: string// We should internally just make use of our custom Link, perhaps the way BreadcrumbLink or IdentifierLink are designed}
return(<SummaryBoxheading="Key Information"><SummaryBoxInfoItem>
If you are under a winter storm warning, <SummaryBoxLinkhref="#usa-anchor-find-shelter">find shelter</SummaryBoxLink> right away.
</SummaryBoxInfoItem><SummaryBoxInfoItem>
Sign up for <SummaryBoxLinkhref="#usa-anchor-warning-system">your community’s warning system</SummaryBoxLink>.
</SummaryBoxInfoItem><SummaryBoxInfoItem>
Learn the signs of, and basic treatments for, <SummaryBoxLink" href="#usa-anchor-frostbite">frostbite</SummaryBoxLink> and <SummaryBoxLinkhref="#usa-anchor-hypothermia">hypothermia</SummaryBoxLink>.
</SummaryBoxInfoItem><SummaryBoxInfoItem>
Gather emergency supplies for your <SummaryBoxLinkhref="#usa-anchor-home">home</SummaryBoxLink> and your <SummaryBoxLinkhref="#usa-anchor-car">car</SummaryBoxLink>.
</SummaryBoxInfoItem></SummaryBox>)
More Details
<div>root element
<li> root element for SummaryBoxInfoItem
SummaryBoxLink should make use of our Link asCustom similar to BreadcrumbLink.
The text was updated successfully, but these errors were encountered:
Summary box
USWDS Version
2.10.0
Description
A summary box highlights key information from a longer page or displays next steps.
Requirements (proposed)
Prop Interface
Example Implementation (proposed)
More Details
<div>
root element<li>
root element for SummaryBoxInfoItemThe text was updated successfully, but these errors were encountered: