Update the Banner component so that it is aria-labelledby the Banner.Title in the component (either the directly rendered title or if a custom one is passed).
- Make sure to add a test(s) for this
- Make sure folks can still pass in
aria-label or aria-labelledby as expected
Update the Banner component so that it is
aria-labelledbytheBanner.Titlein the component (either the directly rendered title or if a custom one is passed).aria-labeloraria-labelledbyas expected