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