Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 396 Bytes

css_match_computed_width.md

File metadata and controls

18 lines (13 loc) · 396 Bytes

css/cssMatchComputedWidth

Sets the width of one element to the computed width of another.

function cssMatchComputedWidth(toGet: element, toSet: element): string

Args

toGet:element
Read the computed with from this DOM or React element.

toSet:element
Set the width on this DOM or React element.

Returns

The computed width, e.g. "100px".