Use this file to discover all available pages before exploring further.
These three components produce no content of their own — they exist to shape the space around other components. Empty renders nothing and takes no space, useful as the else-branch of a conditional. Spacer expands to fill available space along the major axis of its parent stack. Divider draws a thin separator line, adapting its orientation to the parent stack.
Empty takes no parameters. It produces a component that renders nothing and occupies no space.Conditional renderingUse Empty as the else-branch when conditionally showing content: