Browse Source

Documentation - Skeleton Component

pull/16196/head
Aaron Cawte 6 years ago
parent
commit
8686e52804
  1. 10
      components/skeleton/index.en-US.md

10
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

Loading…
Cancel
Save