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
{{ message }}
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
The current implementation of the Breadcrumb displays "Home" as the first item in the list. Update the component so that a home icon can be displayed. The following CMS website is a good example:
Describe the solution you'd like
A toggle-able element which changes "Home" to 🏠 . Utilize the new uswdsSvgIcon component and render the "home" icon that ships with USWDS
Is your feature request related to a problem? Please describe.
The current implementation of the Breadcrumb displays "Home" as the first item in the list. Update the component so that a home icon can be displayed. The following CMS website is a good example:

Describe the solution you'd like
A toggle-able element which changes "Home" to 🏠 . Utilize the new uswdsSvgIcon component and render the "home" icon that ships with USWDS
Describe alternatives you've considered
Additional context