diff --git a/demo/documentation/components/radio/enUS/index.md b/demo/documentation/components/radio/enUS/index.md index 6b1bcf545..6a1149b19 100644 --- a/demo/documentation/components/radio/enUS/index.md +++ b/demo/documentation/components/radio/enUS/index.md @@ -44,7 +44,7 @@ button-group ### Radio, Radio Button |Name|Parameters|Description| |-|-|-| -|change|(value)|| +|change|`(value)`|| ### Radio Group |Name|Parameters|Description| diff --git a/demo/documentation/components/statistic/enUS/index.md b/demo/documentation/components/statistic/enUS/index.md index a5438120c..1c275ea07 100644 --- a/demo/documentation/components/statistic/enUS/index.md +++ b/demo/documentation/components/statistic/enUS/index.md @@ -1,4 +1,17 @@ # Statistic +As simple as it looks. +## Demos ```demo basic -``` \ No newline at end of file +``` +## Props +|Property|Type|Default|Description| +|-|-|-|-| +|label|`string`|`null`|| +|value|`string`|`null`|| + +## Slots +|Name|Parameters|Description| +|-|-|-| +|suffix|`()`|| +|prefix|`()`|| \ No newline at end of file