cometchat-android-v6-compose-components
Installation
SKILL.md
Companion skills: cometchat-android-v6-kotlin-components (Views equivalent), cometchat-android-v6-compose-theming, cometchat-android-v6-compose-customization, cometchat-android-v6-compose-placement
Purpose
Complete catalog of all Jetpack Compose components in CometChat UIKit v6. Each component is a @Composable function in com.cometchat.uikit.compose.presentation.
Use this skill when
- Adding a CometChat Compose component to a screen
- Looking up component parameters and their types
- Understanding which component to use for a specific chat feature
- Finding the style class for a component
Do not use this skill when
- Working with Kotlin Views components (use
cometchat-android-v6-kotlin-components) - Customizing bubble rendering (use
cometchat-android-v6-compose-customization) - Placing components in navigation (use
cometchat-android-v6-compose-placement)