|
@ -5,13 +5,13 @@ title: Skeleton |
|
|
cols: 1 |
|
|
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 To Use |
|
|
|
|
|
|
|
|
- When resource needs long time to load, like low network speed. |
|
|
- When a resource needs long time to load. |
|
|
- The component contains much information. Such as List or Card. |
|
|
- When the component contains lots of information, such as List or Card. |
|
|
- Only works when loading data at first time. |
|
|
- Only works when loading data for the first time. |
|
|
- Could be replaced by Spin in all situation, but provide better user experience than spin if it works. |
|
|
- Could be replaced by Spin in any situation, but can provide a better user experience. |
|
|
|
|
|
|
|
|
## API |
|
|
## API |
|
|
|
|
|
|
|
|