diff --git a/docs/web/api/empty.en-US.md b/docs/web/api/empty.en-US.md new file mode 100644 index 0000000000..fd132926b3 --- /dev/null +++ b/docs/web/api/empty.en-US.md @@ -0,0 +1,27 @@ +--- +title: Empty +description: Placeholder prompt for empty status. +isComponent: true +usage: { title: "", description: "" } +spline: layout +--- + +### base + +{{ base }} + +### descriptions + +{{ descriptions }} + +### operation + +{{ operation }} + +### status + +{{ status }} + +### self-defined + +{{ self-defined }} diff --git a/docs/web/api/empty.md b/docs/web/api/empty.md new file mode 100644 index 0000000000..b6c542a64e --- /dev/null +++ b/docs/web/api/empty.md @@ -0,0 +1,27 @@ +--- +title: Empty +description: 用于空状态时的占位提示。 +isComponent: true +usage: { title: "", description: "" } +spline: layout +--- + +### 基础的空状态 + +{{ base }} + +### 带描述的空状态 + +{{ descriptions }} + +### 带操作的空状态 + +{{ operation }} + +### 自带的状态类型 + +{{ status }} + +### 自定义内容的空状态 + +{{ self-defined }}