https://github.com/paiv/tag-input-swiftui
Demo project for SwiftUI tag input control
https://github.com/paiv/tag-input-swiftui
swift
Last synced: about 1 month ago
JSON representation
Demo project for SwiftUI tag input control
- Host: GitHub
- URL: https://github.com/paiv/tag-input-swiftui
- Owner: paiv
- License: mit
- Created: 2024-09-17T17:37:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T20:41:27.000Z (6 months ago)
- Last Synced: 2025-01-22T19:11:49.496Z (3 months ago)
- Topics: swift
- Language: Swift
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
TokenField
==
Tag input control for SwiftUI[](https://ukrainewar.carrd.co/)
Installation
--### Swift Package Manager
Add package dependency:
```swift
.package(url:"[email protected]/paiv/tag-input-swiftui.git", .branch:"main"),
...
.dependencies(["TagsUI"])
```Usage
--See Examples folder for practical examples.