ArticleTags

The tag chips on a blog card or article header.

Remote workProduct designFreelancing
<ArticleTags.Root>
	<ArticleTags.Tag>Hiring</ArticleTags.Tag>
	<ArticleTags.Tag>Remote work</ArticleTags.Tag>
</ArticleTags.Root>

Inside an ArticleCard the row is ArticleCard.Tags; the tags themselves come from here either way.

API

ArticleTags.Root

Plus every <div> prop. Source: landing/components/article-tags/root.tsx.

ArticleTags.Tag

Plus every <span> prop. Source: landing/components/article-tags/tag.tsx.