An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

TokenField
==
Tag input control for SwiftUI

[![standwithukraine](StandWithUkraine.svg)](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.