react
react copied to clipboard
Update Banner component to use the `Banner.Title` as the default label for the landmark region
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-labeloraria-labelledbyas expected