Jetpack Compose UIs

This is a collection of some UIs using Jetpack Compose. It is built using Katalog.

It is an Indication to scale the component display at the time of pressed.

record-220207001952.mp4

TextField with character max limit. It may be displayed beyond the character limit during predictive conversion.

record-220205224550.mp4

TextField with character max limit. It is displayed with the exact number of characters even during predictive conversion.

record-220205224848.mp4

TextField with character max limit. Characters that exceed the max limit are displayed in red.

record-220205225120.mp4

Layout

Layout composable sample. Place a button on the far right and a title in the center.