design-system
design-system copied to clipboard
[html/css] Target Group
๐ Description
Create the first iteration of the target group, which is just three links with special styles.
โฟ Accessibility
Semantically, this is a list of links.
โ๏ธ Requirements
This component is located differently on desktop and mobile. On desktop it's next to the logo, on mobile it's in the mobile navigation. See https://www.figma.com/design/JIT5AdGYqv6bDRpfBPV8XR/Foundations---Components-Next-Level?node-id=6505-34202&m=dev
๐งช Testing
๐ป Proposed implementation
<ul class="target-group">
<li>
<a href="..." class="active">Private customers</a>
</li>
</ul>
๐ References
๐ Tasks
- [x] Add a responsive target group slot to the
<post-header> - [x] Implement styles according to design
- [x] Create storybook documentation
- [x] Add visual regression tests
- [ ] Design review