You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a href="https://github.com/sponsors/danielsaidi"><img src="https://img.shields.io/badge/sponsor-GitHub-red.svg" alt="Sponsor my work" /></a>
11
12
</p>
12
13
13
14
14
15
15
16
# SwiftUIKit
16
17
17
-
SwiftUIKit is a Swift SDK that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
18
+
SwiftUIKit is a library that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
18
19
19
20
SwiftUIKit can kickstart your development and solves many tricky problems.
You can [become a sponsor][Sponsors] to help me dedicate more time on my various [open-source tools][OpenSource]. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
36
+
37
+
32
38
33
39
## Getting Started
34
40
@@ -44,14 +50,6 @@ The [online documentation][Documentation] has more information, code examples, e
44
50
45
51
46
52
47
-
## Support my work
48
-
49
-
You can [sponsor me][Sponsors] on GitHub Sponsors or [reach out][Email] for paid support, to help support my [open-source projects][OpenSource].
50
-
51
-
Your support makes it possible for me to put more work into these projects and make them the best they can be.
52
-
53
-
54
-
55
53
## Contact
56
54
57
55
Feel free to reach out if you have questions, or want to contribute in any way:
Copy file name to clipboardExpand all lines: Sources/SwiftUIKit/SwiftUIKit.docc/SwiftUIKit.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@ SwiftUIKit adds extra functionality to `SwiftUI`.
8
8
9
9

10
10
11
-
SwiftUIKit is a Swift SDK that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
12
-
13
-
The library is divided into the namespaces found in the Topics section below. For more information, source code, issues, to sponsor the project etc., visit the [project repository][Repository].
11
+
SwiftUIKit is a library that adds extra functionality to Swift and SwiftUI. It contains additional components, a lot of extensions to native types, and much more. The library is divided into the namespaces found in the Topics section below.
14
12
15
13
16
14
@@ -22,7 +20,11 @@ SwiftUIKit can be installed with the Swift Package Manager:
22
20
https://github.com/danielsaidi/SwiftUIKit.git
23
21
```
24
22
25
-
If you prefer to not have external dependencies, you can also just copy the source code into your app.
23
+
24
+
25
+
## Support My Work
26
+
27
+
You can [become a sponsor][Sponsors] to help me dedicate more time on my various [open-source tools][OpenSource]. Every contribution, no matter the size, makes a real difference in keeping these tools free and actively developed.
26
28
27
29
28
30
@@ -42,7 +44,7 @@ For more information, source code, etc., visit the [project repository][Reposito
42
44
43
45
## License
44
46
45
-
SwiftUIKit is available under the MIT license. See the [LICENSE][License] file for more info.
47
+
SwiftUIKit is available under the MIT license.
46
48
47
49
48
50
@@ -216,6 +218,10 @@ SwiftUIKit is available under the MIT license. See the [LICENSE][License] file f
0 commit comments