Package-level declarations

Functions

Link copied to clipboard
fun JoyCheckbox(state: ToggleableState, onClick: () -> Unit?, modifier: Modifier = Modifier, enabled: Boolean = true, colors: CheckboxColors = CheckboxDefaults.colors(), interactionSource: MutableInteractionSource? = null)
fun JoyCheckbox(checked: Boolean, onCheckedChange: (Boolean) -> Unit?, modifier: Modifier = Modifier, enabled: Boolean = true, colors: CheckboxColors = CheckboxDefaults.colors(), interactionSource: MutableInteractionSource? = null)
Link copied to clipboard
fun JoyClosableDialog(onDismissRequest: () -> Unit, title: String, modifier: Modifier = Modifier, properties: DialogProperties = defaultDialogProperties, backgroundColor: Color = MaterialTheme.colorScheme.surface, shape: CornerBasedShape = MaterialTheme.shapes.large, actions: @Composable RowScope.() -> Unit = {}, content: @Composable ColumnScope.() -> Unit)