Skip to main content

component

Attribute Macro component 

Source
#[component]
Expand description

Turns a function into a Ratatui Kit component.

The generated component owns the props type, preserves hook order, and enables context-aware hooks for ordinary function components.