From 8686e52804a342db75484f0c46c45ffffbd99f31 Mon Sep 17 00:00:00 2001 From: Aaron Cawte Date: Fri, 19 Apr 2019 15:39:21 +0100 Subject: [PATCH] Documentation - Skeleton Component --- components/skeleton/index.en-US.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/skeleton/index.en-US.md b/components/skeleton/index.en-US.md index ce0b37fd83..000f69fd31 100644 --- a/components/skeleton/index.en-US.md +++ b/components/skeleton/index.en-US.md @@ -5,13 +5,13 @@ title: Skeleton cols: 1 --- -Provide a placeholder at the place which need waiting for loading. +Provide a placeholder while you wait for content to load, or to visualise content that doesn't exist yet. ## When To Use -- When resource needs long time to load, like low network speed. -- The component contains much information. Such as List or Card. -- Only works when loading data at first time. -- Could be replaced by Spin in all situation, but provide better user experience than spin if it works. +- When a resource needs long time to load. +- When the component contains lots of information, such as List or Card. +- Only works when loading data for the first time. +- Could be replaced by Spin in any situation, but can provide a better user experience. ## API