Screen Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
Screen
Top-level page template that applies the app shell spacing and background treatment.
Use when: Use as the root template for pages in the app.
Import
import { Screen } from "@components/index";Example
<Screen preset="fixedApp">...</Screen>
Available Props
preset"default" | "fixedApp"
Controls page shell behavior and scrolling.
childrenReactNode
Page content.
Live Preview
`Screen` is the page root itself, so it is documented here rather than nested as a live preview.
Controls
Use `fixedApp` for application pages with internal scroll areas. Use `default` for simpler standalone screens.