Swiftpack.co - Dimillian/SwiftUIKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Dimillian.
Dimillian/SwiftUIKit 0.0.3
A package with the missing SwiftUI components
⭐️ 21
🕓 3 years ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/Dimillian/SwiftUIKit.git", from: "0.0.3")

SwiftUIKit, a package with the missing SwiftUI components

It's a work in progress package that I plan to use in my own SwiftUI applications. The aim is to provide any component that is not buit in SwiftUI or that you find yourself customizing again and again in your application.

For now it provides only two new buttons style.

There is a library application, you can open the project in SwiftUIKitSampleApp/and build & run it.

Buttons

  • BorderedRoundedButton
  • PlainRoundedButton

Usage

Button(action: { }) {
    Text("Plain")
}.buttonStyle(PlainRoundedButton())
                
Button(action: { }) {
    Text("Bordered")
}.buttonStyle(BorderedRoundedButton())

Text

Coming soon

GitHub

link
Stars: 21
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

3 years ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics