Appearance
Function: Shimmer()
Call Signature
ts
function Shimmer(content: ChildBlock[]): Block;Defined in: src/renderer/blocks/index.ts:2537
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: src/renderer/blocks/index.ts:2538
Experimental
Shimmer — animated gradient-text effect for "loading" labels.
Parameters
| Parameter | Type |
|---|---|
options | ShimmerBlockProps |
content | ChildBlock[] |