Designing for Tomorrow: A Testing Journey
Testing our new design system and exploring how brutalist principles apply to modern digital experiences.
Shared Tags:
#Brutalism
Read More →
This page demonstrates the RelatedArticles component that shows related content based on shared tags.
The RelatedArticles component:
<RelatedArticlesMDX
tags="AI,Design,Brutalism"
slug="/demo/related-articles-example"
maxArticles={4}
/>
<RelatedArticles
currentSlug="/demo/related-articles-example"
currentTags={["AI", "Design", "Brutalism"]}
maxArticles={6}
/>
Here’s the RelatedArticles component in action, looking for posts with similar tags:
Note: If you don’t see related articles below, it means there are no other posts with matching tags yet. Create more posts with the tags
#Demo
or#Brutalism
to see the component in action!