Skip to content

Commit

Permalink
docs(VSkeletonLoaders) In docs we use not existing type card-header (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
websitevirtuoso authored and KaelWD committed Aug 4, 2023
1 parent 4c3d97e commit d60561d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/docs/src/pages/en/components/skeleton-loaders.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The `v-skeleton-loader` component has a small API mainly used to configure the r

#### Type

The **type** property is used to define the type of skeleton loader. Types can be combined to create more complex skeletons. For example, the **card** type is a combination of the **image** and **card-heading** types.
The **type** property is used to define the type of skeleton loader. Types can be combined to create more complex skeletons. For example, the **card** type is a combination of the **image** and **heading** types.

<example file="v-skeleton-loader/prop-type" />

Expand All @@ -77,11 +77,10 @@ The following built-in types are available:
| **article** | heading, paragraph |
| **avatar** | avatar |
| **button** | button |
| **card** | image, card-heading |
| **card** | image, heading |
| **card-avatar** | image, list-item-avatar |
| **card-heading** | heading |
| **chip** | chip |
| **date-picker** | list-item, card-heading, divider, date-picker-options, date-picker-days, actions |
| **date-picker** | list-item, heading, divider, date-picker-options, date-picker-days, actions |
| **date-picker-options** | text, avatar@2 |
| **date-picker-days** | avatar@28 |
| **divider** | divider |
Expand Down

0 comments on commit d60561d

Please sign in to comment.