Builtin Placeholder Types
type: ListMediaPlaceholder
<ListMediaPlaceholder />
Property | Type | Required | Default value | Description |
---|---|---|---|---|
w | String | no | "50%" | width of placeholder. |
h | String | no | "20%" | height of placeholder |
br | String | no | "0.75rem" | borderRadius |
style | Object | no | null | for custom css styling |
animateWave | Boolean | no | null | to trigger shrimmer animation on childrens |
animateGlow | Boolean | no | null | to trigger glow animation on childrens |
className | String | no | null | for custom css class names |
type: ParagraphPlaceholder
<ParagraphPlaceholder />
Property | Type | Required | Default value | Description |
---|---|---|---|---|
w | String | no | "80%" | width of placeholder. |
h | String | no | "20%" | height of placeholder |
br | String | no | "0.25rem" | borderRadius |
animateWave | Boolean | no | null | to trigger shrimmer animation on childrens |
animateGlow | Boolean | no | null | to trigger glow animation on childrens |
rows | Number | no | 7 | total rows of lines in paragraph |
rowsHeight | String | no | "0.75rem" | height of lines in paragraph. |
rowsWidth | String | no | "100%" | width of lines in paragraph. |
style | Object | no | null | for custom css styling |
className | String | no | null | for custom css class names |
type: ProductPlaceholder
<ProductPlaceholder />
Property | Type | Required | Default value | Description |
---|---|---|---|---|
w | String | no | "20rem" | width of placeholder. |
h | String | no | "25rem" | height of placeholder |
br | String | no | "0.25rem" | borderRadius |
style | Object | no | null | for custom css styling |
animateWave | Boolean | no | null | to trigger shrimmer animation on childrens |
animateGlow | Boolean | no | null | to trigger glow animation on childrens |
className | String | no | null | for custom css class names |
type: ImagePlaceholder
<ImagePlaceholder />
Property | Type | Required | Default value | Description |
---|---|---|---|---|
w | String | no | "25rem" | width of placeholder. |
h | String | no | "25rem" | height of placeholder |
br | String | no | "0.25rem" | borderRadius |
style | Object | no | null | for custom css styling |
animateWave | Boolean | no | null | to trigger shrimmer animation on childrens |
animateGlow | Boolean | no | null | to trigger glow animation on childrens |
className | String | no | null | for custom css class names |