Header container for site-wide navigation and branding. Same as Container but positioned at the top.
All styling goes in props.className as a single Tailwind utility string. Non-class props (text, src, alt, etc.) stay on their own keys. root.animation for scroll effects.
Standard header container
{
"canDelete": false,
"canEditName": false,
"type": "header",
"custom": {
"displayName": "Header"
},
"className": "flex w-full"
}Header with dark surface for light text nav
{
"canDelete": false,
"canEditName": false,
"type": "header",
"className": "bg-base-content text-base-100 flex w-full"
}Header with brand accent background
{
"canDelete": false,
"canEditName": false,
"type": "header",
"className": "bg-primary text-primary-content flex w-full"
}