Tag

A compact semantic tag with text or icon presentation.

A compact semantic tag with text or icon presentation.

Public API

  • FTag
  • FTagStyle

Example

FTag(
    "SwiftUI",
    style: .outlinedFilled,
    removalHaptic: .light
) {
    removeTag("SwiftUI")
}

Source

This reference follows Sources/FreakUI/Components/Content/FTag.swift. Component-specific configuration is documented under the public initializer, modifier, and supporting types in that source file.