Description
π 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
- Add a responsive target group slot to the
<post-header>
- Implement styles according to design
- Create storybook documentation
- Add visual regression tests
- Design review
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
π§ In Review