pub fn euv_header(node: VirtualNode<EuvHeaderProps>) -> VirtualNodeExpand description
Renders a standard header with an emoji icon, title, and subtitle.
Produces a consistent style banner with gradient glow effect, matching the home page design language. Every demo page uses this component as its first child.
§Arguments
VirtualNode<EuvHeaderProps>- The props node containing icon, title, and subtitle.
§Returns
VirtualNode- The header virtual DOM tree.