ComposeViews
Applicable to Compose-multiplatform(Jetpack), Supported targets: Android, iOS, Web(js, Wasm js), Desktop(Windows, Linux, macOS)
Views:
- ComposePager
- Banner
- PagerIndicator
- ImageBanner
- RefreshLayout + PullToRefresh + VerticalRefreshableLayout
- FlowLayout
- ValueSelector + DateSelector
- MenuFloatingActionButton
- ChainScrollableComponent + ScrollableAppBar + SwipeToDismiss
View demo.apk

Version support
Add to your project
Your app or common dir, build.gradle.kts add:
version
= 
dependencies {
...
implementation("io.github.ltttttttttttt:ComposeViews:$version")
}
ComposePager
sample
sample
Banner
sample
PagerIndicator
sample
sample
ImageBanner
sample
RefreshLayout
sample
FlowLayout
sample
ValueSelector and DateSelector
sample
@Composable
fun DateSelector()
@Composable
fun ValueSelector()
MenuFloatingActionButton
sample
@Composable
fun MenuFloatingActionButton()
ChainScrollableComponent
sample
sample
More
Config
Strings.setLanguage("en")
contact information
Kotlin Communication Group(QQ): 101786950
thank
Finally, thanks to JetBrains
for supporting the project