Appearance
Function: Bubble()
Call Signature
ts
function Bubble(content: ChildBlock[]): Block;Defined in: src/renderer/blocks/index.ts:146
Bubble container — primary UI container for overlays.
Parameters
| Parameter | Type |
|---|---|
content | ChildBlock[] |
Returns
Call Signature
ts
function Bubble(options: BubbleProps, content: ChildBlock[]): Block;Defined in: src/renderer/blocks/index.ts:147
Bubble container — primary UI container for overlays.
Parameters
| Parameter | Type |
|---|---|
options | BubbleProps |
content | ChildBlock[] |