Package-level declarations

Types

Link copied to clipboard

A collection of predefined button sizes for the Fashion SDK. These sizes provide consistent dimensions across the application.

Link copied to clipboard

A collection of predefined button styles for the Fashion SDK. These styles provide consistent visual appearance across the application.

Functions

Link copied to clipboard
fun FashionButton(modifier: Modifier = Modifier, contentDescription: String? = null, elevation: ButtonElevation = elevation( defaultElevation = 0.dp, pressedElevation = 0.dp, ), icon: AiutaIcon? = null, isEnable: Boolean = true, isLoading: Boolean = false, text: String? = null, style: FashionButtonStyle, size: FashionButtonSize, onClick: () -> Unit)

A customizable button component that supports various styles, sizes, and states. The button can display text, an icon, and a loading animation.