Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lunchbox/components/Layout/index.tsx>default

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
function default
import { default } from "https://deno.land/x/lunchbox@v1.0.1/components/Layout/index.tsx";

Render function for the <Layout/ > component.

Component properties are partial

Parameters

props: Partial<iLayout>

If true, adds horizontal whitespace margins to the layout section. This is useful for making certain layout types more focused. Additionally, having this mode turned off would create a layout with the minimum whitespace, making it have a "dashboard-like" appearance.