Skip to content

Dimillian/SwiftUIKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A package with the missing SwiftUI components

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages