TagKit icon indicating copy to clipboard operation
TagKit copied to clipboard

TagKit is a Swift SDK that makes it easy to work with tags and slugification in Swift & SwiftUI.

Results 2 TagKit issues
Sort by recently updated
recently updated
newest added

Added possibility to trigger action when tapped on tag. Fixed an issue with geometry reader in landscape mode.

I wonder why it has to be provided from outside and not internally? `@State private var theText: String = ""` If needed, then we can add ``` private var theTextBinding:...