diff --git a/packages/devui-vue/docs/en-US/components/status/index.md b/packages/devui-vue/docs/en-US/components/status/index.md new file mode 100644 index 0000000000000000000000000000000000000000..2cdf05f345ed0cb799ac2e4d22cd1e2ed0a22b27 --- /dev/null +++ b/packages/devui-vue/docs/en-US/components/status/index.md @@ -0,0 +1,30 @@ +# Status + +Pass interaction results. + +### When To Use + +Indicates the execution result of a task. + +### Basic Usage + +:::demo +```vue + +``` +::: + +### d-status parameter + +| Parameter | Type | Default | Description | +| :--: | :------------------------------------------------------------: | :-------: | :--------------------------------------------------------------------------: | +| type | `success\|error\|warning\|initial\|waiting\|running\| invalid` | 'invalid' | Required. The value can be success、error、warning、initial、waiting、running、invalid |