> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. # Badge > Display small labels for status, versions, and metadata inline with your content. Use the `` component to display small pieces of information, such as status indicators, categories, versions, or release dates. To display longer notes, use [callouts](/learn/docs/writing-content/components/callouts). ## Usage ### Plant Care API v2.1.0 New **`Markdown`** ```jsx Markdown ### Plant Care API v2.1.0 New ``` ## Variants ### Intents Success Note Tip Warning Error Info Launch Check **`Markdown`** ```jsx Markdown Success Note Tip Warning Error Info Launch Check ``` ### Styles Success badge, minimal style Error badge, minimal style Success badge, outlined style Error badge, outlined and minimal style **`Markdown`** ```jsx Markdown Success badge, minimal style Error badge, minimal style Success badge, outlined style Error badge, outlined and minimal style ``` ## Properties **`intent`** `string` — required The semantic color of the badge. Available options: `success`, `note`, `tip`, `warning`, `error`, `info`, `launch`, `check` --- **`minimal`** `boolean` — default: false Displays the badge with a more subtle background style. Can be combined with `outlined`. --- **`outlined`** `boolean` — default: false Displays the badge with an outlined border style. Can be combined with `minimal`. --- > Display small labels for status, versions, and metadata inline with your content.