Appearance
Function: Shimmer()
Call Signature
ts
function Shimmer(content: ChildBlock[]): Block;Defined in: packages/sdk/src/renderer/blocks/index.ts:2622
Experimental
Shimmer — animated gradient-text effect for "loading" labels.
Parameters
| Parameter | Type |
|---|---|
content | ChildBlock[] |
Returns
Call Signature
ts
function Shimmer(options: ShimmerBlockProps, content: ChildBlock[]): Block;Defined in: packages/sdk/src/renderer/blocks/index.ts:2623
Experimental
Shimmer — animated gradient-text effect for "loading" labels.
Parameters
| Parameter | Type |
|---|---|
options | ShimmerBlockProps |
content | ChildBlock[] |