SearchField: GitHub-style Search Field for SwiftUI

SearchField

69916b4c-ca3e-40c4-bea7-6e5261dac53c

SearchField is a GitHub-like search field for SwiftUI. You can define qualifiers/keywords which are then annotated while searching.

Usage

SearchField("􀊫 Search", text: $query)
    .textFieldStyle(RoundedBorderTextFieldStyle())
    .frame(width: 250)
    .qualifier("lang")
    .qualifier("author")

Author

I'm Laurin Brandner, I'm on Twitter and Mastodon.

.gitignore

.DS_Store
/.build
/Packages
/*.xcodeproj
xcuserdata/
DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc

Download details:

Author: lbrndnr
Source: https://github.com/lbrndnr/SearchField

License: MIT license

#swift #swiftui 

SearchField: GitHub-style Search Field for SwiftUI
1.05 GEEK