Package-level declarations

Functions

Link copied to clipboard
fun DevCheckboxRow(label: String, checked: Boolean, onCheckedChange: (Boolean) -> Unit)
Link copied to clipboard
fun DevPortalModal(title: String, onDismiss: () -> Unit, onOpenWireframeList: () -> Unit, stateControls: @Composable () -> Unit? = null)

Bottom-sheet modal opened by the dev FAB on any screen.

Link copied to clipboard
fun DevRadioRow(label: String, selected: Boolean, onClick: () -> Unit)
Link copied to clipboard
fun DevStateSection(label: String = "STATE", content: @Composable () -> Unit)