Structure components provide the foundational layout for SVX applications. They handle layout, navigation, and overall page structure.
useWrapper
: Whether to use a wrapper (default: true)includeBrand
: Whether to include the brand (default: true)includeNav
: Whether to include navigation (default: true)sticky
: Whether the header is sticky (default: false)shrinkOnScroll
: Whether the header should shrink on scroll (default: false)import SVXCoreHeader from "@/components/core/svx-core-header" <SVXCoreHeader sticky={true} shrinkOnScroll={true} />