ConstBasic usage with headerBar and group
modal([
headerBar({
title: 'Welcome to the Matterway SDK',
description: 'This is a sample welcome message.',
}),
group([
inputField({
name: 'firstName',
label: 'First name',
defaultValue: 'Jane',
}),
]),
]);
Modal component serving as the main container for UI elements. Typically used as root container with showUI.