Content

Code

Definition

Renders an inline code value.

Usage

Use Code for field names, route snippets, identifiers, and short inline technical values.

Attributes

  • value. Literal or expression value to render.
  • i18n. Translation key for localized inline code text.

Children

Optional inline text content.

Example

xml
<Text>
Status field: <Code value="status" />
</Text>