You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TagKit is a Swift SDK that makes it easy to work with tags and slugification in `Swift` and `SwiftUI`.
23
-
24
-
The result can look like this or completely different:
22
+
TagKit is a Swift SDK that makes it easy to work with tags and string/ID slugification in `Swift` and `SwiftUI`.
25
23
26
24
<palign="center">
27
25
<img src="Resources/Demo-v2.gif" width=450 />
28
26
</p>
29
27
30
-
Tags and 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.
28
+
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.
31
29
32
30
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.
0 commit comments