Package-level declarations
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun <T> CachingItemListView(modifier: Modifier = Modifier, getDisplayText: (T) -> String, list: List<CachingTagListViewItem<T>>, onChange: (List<CachingTagListViewItem<T>>) -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun listBorderModifier(color: Color, isTop: Boolean = false, modifier: Modifier = Modifier): Modifier
Link copied to clipboard
Link copied to clipboard
fun NotFoundView(title: String = "ページが見つかりませんでした", message: String = "削除されたか非公開になった可能性があります", buttonText: String = "戻る", onNext: () -> Unit? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun SnapPlaysGridView(snapPlayItemUiStates: List<SnapPlayItemUiState>, onTapSnapPlay: (Int) -> Unit, onTapMore: () -> Unit, onTapFavoriteSnapPlay: (snapPlayId: Int, currentFavorite: Boolean) -> Unit)
Link copied to clipboard
fun SSFlowRow(modifier: Modifier = Modifier, horizontalSpacing: Dp = 0.dp, verticalSpacing: Dp = 0.dp, horizontalArrangement: SSFlowRowArrangement.Horizontal = SSFlowRowArrangement.Start, content: @Composable () -> Unit)
Foundation に依存しないカスタムの FlowRow ライクなレイアウト
Link copied to clipboard
fun SSImageView(url: String?, notFoundResource: Int? = null, contentScale: ContentScale = ContentScale.Crop, contentDescription: String = "Image")
Link copied to clipboard
Link copied to clipboard