EditableSection

fun EditableSection(title: String, fields: List<Cell>, additionalContent: @Composable () -> Unit = { }, onSave: () -> Unit)

Parameters

title

name of the section

fields

List of Cells that should be displayed in the section

additionalContent

additional content that is

onSave

callback invoked on save button pressed