Primitive

InlineGroup

Auto-emitted from DSKintsugiCatalog.inlinegroup. Tier atom.

Live Preview
Text + Strong + Link + Code as one inline span

See the BEL20 index via Euronext using ticker BEL20:INDEX.

Emphasis + Text + Code — caption density

Use optional flag --dry-run to preview changes without committing.

Native · macOS
macOS SwiftUI render of InlineGroup
DSL usage
katagami.inlinegroup {
  katagami.text("See the ")
  katagami.strong("BEL20")
  katagami.text(" index via ")
  katagami.link(href: "/euronext", label: "Euronext")
  katagami.text(" using ticker ")
  katagami.code("BEL20:INDEX")
}
// Underlying primitive:
ViewNode.hstack(children: [...], spacing: 0, alignment: .inline)
Attributes
NameTypeDefaultDescription
spacing CGFloat 0 Gap between inline children (0 for tight inline flow)
alignment Alignment inline Vertical alignment of children within the inline span
density Density regular compact | regular | expanded
locale Locale en BCP-47 locale tag for locale-aware rendering
Used in
KatagamiScreens sigma-analytics c-tech