Screen
Install
Section titled “Install”npx stylesheet-ui add screenimport { Screen } from "@/components/ui/screen";
<Screen padding={16}> <YourContent /></Screen>
<Screen scroll={false}> <FixedHeightLayout /></Screen>npx stylesheet-ui add screenimport { Screen } from "@/components/ui/screen";
<Screen padding={16}> <YourContent /></Screen>
<Screen scroll={false}> <FixedHeightLayout /></Screen>