Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielsaidi/tagkit
TagKit is a Swift SDK that makes it easy to work with tags and slugification in Swift & SwiftUI.
https://github.com/danielsaidi/tagkit
ios macos slugify swift swiftui tag tags tvos visionos watchos
Last synced: 7 days ago
JSON representation
TagKit is a Swift SDK that makes it easy to work with tags and slugification in Swift & SwiftUI.
- Host: GitHub
- URL: https://github.com/danielsaidi/tagkit
- Owner: danielsaidi
- License: mit
- Created: 2022-08-18T06:22:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T22:04:59.000Z (10 months ago)
- Last Synced: 2024-05-01T18:07:52.967Z (9 months ago)
- Topics: ios, macos, slugify, swift, swiftui, tag, tags, tvos, visionos, watchos
- Language: Swift
- Homepage:
- Size: 12.4 MB
- Stars: 63
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## About TagKit
TagKit is a Swift SDK that makes it easy to work with tags and string/ID slugification in `Swift` and `SwiftUI`.
Tags and tag views can be customized to fit your needs. You can slug and tag any model and customize the slug format. When presenting tags, you can apply custom styling and use any views you like.
TagKit also has a views that make it easier to work with tags. For instance, ``TagList`` and ``TagEditList`` let you list and edit tags, ``TagCapsule`` renders styled tags and ``TagTextField`` automatically slugifies text as you type.
## Installation
TagKit can be installed with the Swift Package Manager:
```
https://github.com/danielsaidi/TagKit.git
```## Getting started
The online documentation has a [getting-started guide][Getting-Started] that helps you get started with TagKit.
## Documentation
The online [documentation][Documentation] has more information, articles, code examples, etc.
## Support this library
You can [sponsor me][Sponsors] on GitHub Sponsors or [reach out][Email] for paid support, to help support my [open-source projects][OpenSource].
Your support makes it possible for me to put more work into these projects and make them the best they can be.
## Contact
Feel free to reach out if you have questions or if you want to contribute in any way:
* Website: [danielsaidi.com][Website]
* Mastodon: [@[email protected]][Mastodon]
* Twitter: [@danielsaidi][Twitter]
* E-mail: [[email protected]][Email]## License
TagKit is available under the MIT license. See the [LICENSE][License] file for more info.
[Email]: mailto:[email protected]
[Website]: https://www.danielsaidi.com
[GitHub]: https://github.com/danielsaidi
[Twitter]: https://twitter.com/danielsaidi
[Mastodon]: https://mastodon.social/@danielsaidi
[OpenSource]: https://danielsaidi.com/opensource
[Sponsors]: https://github.com/sponsors/danielsaidi[Documentation]: https://danielsaidi.github.io/TagKit
[Getting-Started]: https://danielsaidi.github.io/TagKit/documentation/tagkit/getting-started[License]: https://github.com/danielsaidi/TagKit/blob/master/LICENSE