david-swift 04c77831b5
Some checks are pending
Deploy Docs / publish (push) Waiting to run
SwiftLint / SwiftLint (push) Waiting to run
Remove Core library
2025-10-30 21:36:13 +01:00

16 lines
229 B
Swift

//
// Box+.swift
// Adwaita
//
// Created by david-swift on 16.10.24.
//
extension Box {
/// Link the children.
public func linked(_ active: Bool = true) -> AnyView {
style("linked", active: active)
}
}