ConstBasic usage with main content and sidebar
splitView(
group([
headerBar({title: 'Main Content'}),
inputField({ name: 'mainInput', label: 'Main Input' })
]),
group([
headerBar({title: 'Sidebar'}),
inputField({ name: 'sidebarInput', label: 'Sidebar Input' })
])
);
Split view component dividing UI into main content and sidebar sections. Centered layout for organizing UI elements.