Jetpack Compose UIs
This is a collection of some UIs using Jetpack Compose. It is built using Katalog.
TextField
MaxLengthTextField
TextField with character max limit. It may be displayed beyond the character limit during predictive conversion.
record-220205224550.mp4
MaxLengthVisualTextField
TextField with character max limit. It is displayed with the exact number of characters even during predictive conversion.
record-220205224848.mp4
MaxLengthErrorTextField
TextField with character max limit. Characters that exceed the max limit are displayed in red.