prop:*
Edit this pageForces the prop to be treated as a property instead of an attribute.
<div prop:scrollTop={props.scrollPos + "px"} />
info
Type definitions are required when using TypeScript. See the TypeScript page for examples.
Forces the prop to be treated as a property instead of an attribute.
<div prop:scrollTop={props.scrollPos + "px"} />
Type definitions are required when using TypeScript. See the TypeScript page for examples.