Skip to main content

Module form

Module form 

Source
Expand description

评论表单组件。 评论表单组件

提供发表评论与回复评论的表单,包含昵称、邮箱、网站、内容与反垃圾蜜罐字段。 内容编辑用 tiptap 所见即所得编辑器(comment variant——后台文章编辑器的 精简子集):选中浮出气泡菜单(B/I/S/code/link)、StarterKit 输入规则 (> - 、``` 等)、数学公式、图片上传(点击按钮/粘贴/拖放均走 coordinator 占位符上传,loading/error 态与后台完全一致)。

Re-exports§

pub use CommentForm_completions::Component::CommentForm;

Structs§

CommentFormProps
Properties for the CommentForm component.

Functions§

CommentForm
评论表单组件,用于顶层评论或回复评论。