We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68df07e commit 2a70bb0Copy full SHA for 2a70bb0
README.md
@@ -104,6 +104,9 @@ Manages two views with various layout options.
104
105
Combines `UIScrollView` with `StackFrameLayout` to create a scrollview that can automatically layout its child views.
106
107
+## Full Documentation:
108
+[Read Full Documentation here](https://deepwiki.com/kennic/FrameLayoutKit)
109
+
110
## Basic Usage
111
112
### Creating and Configuring Layouts
@@ -170,7 +173,7 @@ vStackLayout
170
173
.padding(top: 20, left: 20, bottom: 20, right: 20)
171
174
```
172
175
-## DSL Syntax
176
+## DSL Syntax (Experimental)
177
178
FrameLayoutKit provides a DSL (Domain Specific Language) syntax similar to SwiftUI, making layout creation more intuitive and readable:
179
0 commit comments