Skip to content

YTag 1.0.0

Latest
Compare
Choose a tag to compare
@dkk009 dkk009 released this 19 Jul 05:31
· 2 commits to main since this release

Y Tag is a UI element in Android (some times referred to as chips) which displays a piece of
information.

  • Fully customizable
    • Shape
    • Leading and Trailing Icons
    • Border
    • Background
    • Text style
    • Shadow
  • Provides a container called Tag view container which holds multiple tags
    • Container size can be fixed or variable
    • If container does not have enough space to accommodate the given tags, it will show over flow
      tag which is configurable.
  • Built with Compose UI