Skip to main content
CodivDocs

Tag

Inline metadata tag for blog post categories and topic labels.

Usage

<Tag>API</Tag> <Tag>v2</Tag> <Tag>Tutorial</Tag>

#API #v2 #Tutorial

<Tag> renders a hash-prefixed inline label. Use it for blog post categories, topic markers, version tags — anything that classifies content.

Tag vs Badge vs Pill

CodivDocs has three small inline label primitives. Each serves a distinct purpose:

<Tag><Badge><Pill>
Prefix# hashNoneNone
VariantsNone (monochrome)7 colored variantsNone (monochrome)
CaseAs writtenUppercaseAs written
Best forTopics, categoriesStatus, plan tier"New", "v2" markers

Multiple tags on a blog post

---
title: Building an API with CodivDocs
---

<Tag>API</Tag> <Tag>OpenAPI</Tag> <Tag>Tutorial</Tag>

This guide walks through...

#API #OpenAPI #Tutorial

This guide walks through...

Props

PropTypeDescription
childrenReactNodeTag label

Last updated April 12, 2026