Skip to content

Commit 2a70bb0

Browse files
authored
Update README.md
1 parent 68df07e commit 2a70bb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ Manages two views with various layout options.
104104

105105
Combines `UIScrollView` with `StackFrameLayout` to create a scrollview that can automatically layout its child views.
106106

107+
## Full Documentation:
108+
[Read Full Documentation here](https://deepwiki.com/kennic/FrameLayoutKit)
109+
107110
## Basic Usage
108111

109112
### Creating and Configuring Layouts
@@ -170,7 +173,7 @@ vStackLayout
170173
.padding(top: 20, left: 20, bottom: 20, right: 20)
171174
```
172175

173-
## DSL Syntax
176+
## DSL Syntax (Experimental)
174177

175178
FrameLayoutKit provides a DSL (Domain Specific Language) syntax similar to SwiftUI, making layout creation more intuitive and readable:
176179

0 commit comments

Comments
 (0)