feat: Adds stacks, working on styles

This commit is contained in:
2024-12-04 10:40:39 -05:00
parent 46c2c7ad31
commit 10119c3e51
12 changed files with 232 additions and 107 deletions

View File

@@ -6,7 +6,7 @@ public protocol NodeModifier {
typealias Body = _Body
// swiftlint:enable type_name
associatedtype Content: TextNode
associatedtype Content
@TextBuilder
func render(content: Content) -> Body