Skip to main content

euv_header

Function euv_header 

Source
pub fn euv_header(node: VirtualNode<EuvHeaderProps>) -> VirtualNode
Expand 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.