pub fn ProofPanel(_: ProofPanelProps) -> ElementExpand description
Proof panel component - displays proof status, tactics, and derivation tree
ยงProps
For details, see the props struct definition.
proof_text:StringThe derivation tree as a formatted string (use DerivationTree::display_tree())
status:ProofStatusCurrent proof status
hint:Option<String>Optional Socratic hint
on_tactic:EventHandler<Tactic>Callback when a tactic button is clicked