@tempots/ui
ElementSize() function
Creates a renderable function that monitors the size of an element and provides it as a signal.
Signature:
ElementSize: (fn: (size: Signal<Size>) => TNode) => import('@tempots/dom').Renderable
Parameters
Parameter |
Type |
Description |
---|---|---|
fn |
(size: Signal<Size>) => TNode |
The renderable function that receives the size signal and returns a TNode. |
Returns: import('@tempots/dom').Renderable
A function that takes a DOMContext and returns a renderable function.