civictheme / uikit

UI atomic component-based library with Storybook integration
https://uikit.civictheme.io/
GNU General Public License v2.0
6 stars 5 forks source link

Fixed skip link having no target when Banner is not on the page. #397

Closed AlexSkrypnyk closed 1 month ago

AlexSkrypnyk commented 1 month ago

this is a tricky one

The Skip link skips to the main-content anchor. This anchor is set within the Banner to allow including of the page heading into what is considered to be a "whole page content".

On the pages where the banner is not present (if a banner is replaced by another component, for example), the anchor is not rendered.

This PR adds the anchor on the page if the banner is not present.