Skip to main content

Module posts_skeleton

Module posts_skeleton 

Source
Expand description

文章列表页骨架屏组件。 后台文章管理列表骨架屏

镜像后台 Posts 页面的结构:Header(标题+按钮)+ 搜索栏 + 表格 + 分页栏。

Re-exports§

pub use PostsTableSkeleton_completions::Component::PostsTableSkeleton;
pub use PostsSkeleton_completions::Component::PostsSkeleton;

Functions§

PostsSkeleton
后台文章管理全页骨架屏组件(供 AdminLayout 路由级 fallback 使用)。
PostsTableSkeleton
后台文章管理表格骨架屏组件(供 AllPostsList 内部加载态使用)。